Commit 21c433dc authored by Chris Allegretta's avatar Chris Allegretta
Browse files

Global flag -Y, --syntax to specify the type on the command line, if there's...

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
No related merge requests found
Showing with 2 additions and 1 deletion
+2 -1
...@@ -21,9 +21,10 @@ CVS code - ...@@ -21,9 +21,10 @@ CVS code -
- Added "syntax" command to .nanorc file, to allow multiple - Added "syntax" command to .nanorc file, to allow multiple
syntaxes. New function color.c:update_color(), calls in various syntaxes. New function color.c:update_color(), calls in various
files.c places, syntaxtype struct, global variables syntaxes, 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 to specify the type on the command line, if there's no good
filename regex to use. Global variable syntaxstr. filename regex to use. Global variable syntaxstr.
- Made some rc file errors less fatal.
- configure.ac: - configure.ac:
- Define NDEBUG to silence asserts (David Benbennick). - Define NDEBUG to silence asserts (David Benbennick).
- files.c: - files.c:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment