Removing erroneous 'suspendenable' (again) -- it
is not a settable option but a bindable function. git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4641 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
6ae7760ccc
commit
1a1b2a0c0f
|
@ -6,6 +6,9 @@
|
||||||
* src/global.c (shortcut_init) - Normalize the writing of three
|
* src/global.c (shortcut_init) - Normalize the writing of three
|
||||||
help-line items: "Write Out", "Uncut Text", and "Unjustify", to
|
help-line items: "Write Out", "Uncut Text", and "Unjustify", to
|
||||||
better stress the O and U -- the big C and J were distracting.
|
better stress the O and U -- the big C and J were distracting.
|
||||||
|
* doc/{syntax/nanorc.nanorc,man/nanorc.5,texinfo/nano.texi} -
|
||||||
|
Remove erroneous 'suspendenable' -- it is not a settable option
|
||||||
|
but a bindable function.
|
||||||
|
|
||||||
2014-03-01 Chris Allegretta <chrisa@asty.org>
|
2014-03-01 Chris Allegretta <chrisa@asty.org>
|
||||||
* global.c (shortcut_init) - Don't actually free the shortcut
|
* global.c (shortcut_init) - Don't actually free the shortcut
|
||||||
|
|
|
@ -206,10 +206,6 @@ calls \fIspell\fP.
|
||||||
.B set/unset suspend
|
.B set/unset suspend
|
||||||
Allow \fBnano\fP to be suspended.
|
Allow \fBnano\fP to be suspended.
|
||||||
.TP
|
.TP
|
||||||
.B set/unset suspendenable
|
|
||||||
If \fBnano\fP is allowed to be suspended, allow the suspend key
|
|
||||||
(usually ^Z) to actually suspend it.
|
|
||||||
.TP
|
|
||||||
.B set tabsize \fIn\fP
|
.B set tabsize \fIn\fP
|
||||||
Use a tab size of \fIn\fP columns. The value of \fIn\fP must be greater
|
Use a tab size of \fIn\fP columns. The value of \fIn\fP must be greater
|
||||||
than 0. The default value is 8.
|
than 0. The default value is 8.
|
||||||
|
|
|
@ -4,7 +4,7 @@ syntax "nanorc" "\.?nanorc$"
|
||||||
## Possible errors and parameters
|
## Possible errors and parameters
|
||||||
icolor brightwhite "^[[:space:]]*((un)?(bind|set)|include|syntax|i?color).*$"
|
icolor brightwhite "^[[:space:]]*((un)?(bind|set)|include|syntax|i?color).*$"
|
||||||
## Keywords
|
## Keywords
|
||||||
icolor brightgreen "^[[:space:]]*(set|unset)[[:space:]]+(allow_insecure_backup|autoindent|backup|backupdir|backwards|boldtext|brackets|casesensitive|const|cut|fill|historylog|locking|matchbrackets|morespace|mouse|multibuffer|noconvert|nofollow|nohelp|nonewlines|nowrap|operatingdir|poslog|preserve|punct|quickblank|quiet|quotestr|rebinddelete|rebindkeypad|regexp|smarthome|smooth|softwrap|speller|suspend|suspendenable|tabsize|tabstospaces|tempfile|undo|view|whitespace|wordbounds)\>"
|
icolor brightgreen "^[[:space:]]*(set|unset)[[:space:]]+(allow_insecure_backup|autoindent|backup|backupdir|backwards|boldtext|brackets|casesensitive|const|cut|fill|historylog|locking|matchbrackets|morespace|mouse|multibuffer|noconvert|nofollow|nohelp|nonewlines|nowrap|operatingdir|poslog|preserve|punct|quickblank|quiet|quotestr|rebinddelete|rebindkeypad|regexp|smarthome|smooth|softwrap|speller|suspend|tabsize|tabstospaces|tempfile|undo|view|whitespace|wordbounds)\>"
|
||||||
icolor brightgreen "^[[:space:]]*bind[[:space:]]+((\^|M-)([[:alpha:]]|space)|F([0-9]|1[0-6]))[[:space:]]+[[:alpha:]]+[[:space:]]+[[:alpha:]]+[[:space:]]*$"
|
icolor brightgreen "^[[:space:]]*bind[[:space:]]+((\^|M-)([[:alpha:]]|space)|F([0-9]|1[0-6]))[[:space:]]+[[:alpha:]]+[[:space:]]+[[:alpha:]]+[[:space:]]*$"
|
||||||
icolor brightgreen "^[[:space:]]*unbind[[:space:]]+((\^|M-)([[:alpha:]]|space)|F([0-9]|1[0-6]))[[:space:]]+[[:alpha:]]+[[:space:]]*$"
|
icolor brightgreen "^[[:space:]]*unbind[[:space:]]+((\^|M-)([[:alpha:]]|space)|F([0-9]|1[0-6]))[[:space:]]+[[:alpha:]]+[[:space:]]*$"
|
||||||
icolor green "^[[:space:]]*((un)?(bind|set)|include|syntax|header|magic|linter)\>"
|
icolor green "^[[:space:]]*((un)?(bind|set)|include|syntax|header|magic|linter)\>"
|
||||||
|
|
|
@ -659,10 +659,6 @@ calls "spell".
|
||||||
@item set/unset suspend
|
@item set/unset suspend
|
||||||
Allow @code{nano} to be suspended.
|
Allow @code{nano} to be suspended.
|
||||||
|
|
||||||
@item set/unset suspendenable
|
|
||||||
If @code{nano} is allowed to be suspended, allow the suspend key
|
|
||||||
(usually ^Z) to actually suspend it.
|
|
||||||
|
|
||||||
@item set tabsize "n"
|
@item set tabsize "n"
|
||||||
Use a tab size of "n" columns. The value of "n" must be greater than 0.
|
Use a tab size of "n" columns. The value of "n" must be greater than 0.
|
||||||
The default value is 8.
|
The default value is 8.
|
||||||
|
|
Loading…
Reference in New Issue