mirror of git://git.sv.gnu.org/nano.git
Global flag -Y, --syntax to specify the type on the command line, if there's no good filename regex to use. Global variable syntaxstr. Made some errors in the rc file less fatal
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1200 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
09900ff808
commit
21c433dca6
|
@ -21,9 +21,10 @@ CVS code -
|
|||
- Added "syntax" command to .nanorc file, to allow multiple
|
||||
syntaxes. New function color.c:update_color(), calls in various
|
||||
files.c places, syntaxtype struct, global variables syntaxes,
|
||||
syntaxfile_regexp and synfilematches. Global flag 'Y', "--syntax"
|
||||
syntaxfile_regexp and synfilematches. Global flag -Y ,--syntax
|
||||
to specify the type on the command line, if there's no good
|
||||
filename regex to use. Global variable syntaxstr.
|
||||
- Made some rc file errors less fatal.
|
||||
- configure.ac:
|
||||
- Define NDEBUG to silence asserts (David Benbennick).
|
||||
- files.c:
|
||||
|
|
Loading…
Reference in New Issue