nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 34c75746c29ddf0fbb1b3eef91e3fa9ddafdc06b
parent 3129c2928b6555662ed102944fbb1ef97d8eb360
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Thu, 16 Jun 2005 01:25:11 +0000

add the "tabstospaces" option to the "rcfile" regexes


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2687 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Mdoc/nanorc.sample | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/nanorc.sample b/doc/nanorc.sample @@ -264,8 +264,8 @@ ## highlight possible errors and parameters # color brightwhite "^ *(set|unset|syntax|color).*$" ## set, unset and syntax -# color cyan "^ *(set|unset) +(autoindent|backup|backupdir|brackets|const|cut|fill|historylog|morespace|mouse|multibuffer|noconvert|nofollow|nohelp|nowrap|operatingdir|preserve|punct|quotestr|rebinddelete|regexp|smarthome|smooth|speller|suspend|tabsize|tempfile)\>" -# color cyan "^ *(set|unset) +(view|whitespace)" +# color cyan "^ *(set|unset) +(autoindent|backup|backupdir|brackets|const|cut|fill|historylog|morespace|mouse|multibuffer|noconvert|nofollow|nohelp|nowrap|operatingdir|preserve|punct|quotestr|rebinddelete|regexp|smarthome|smooth|speller|suspend|tabsize|tabstospaces)\>" +# color cyan "^ *(set|unset) +(tempfile|view|whitespace)" # color green "^ *(set|unset|syntax)\>" ## colors # color yellow "^ *color *(bright)?(white|black|red|blue|green|yellow|magenta|cyan)(,(white|black|red|blue|green|yellow|magenta|cyan))?\>"