docs: add a light warning to the explanation of --nonewlines
parent
a6978b54f1
commit
edbdcb9b9a
|
@ -121,7 +121,8 @@ properly, please report a bug. Using this option disables \fBnano\fR's
|
|||
mouse support.
|
||||
.TP
|
||||
.BR \-L ", " \-\-nonewlines
|
||||
Don't automatically add a newline when a file does not end with one.
|
||||
Don't automatically add a newline when a text does not end with one.
|
||||
(This can cause you to save non-POSIX text files.)
|
||||
.TP
|
||||
.BR \-M ", " \-\-trimblanks
|
||||
Snip trailing whitespace from the wrapped line when automatic
|
||||
|
|
|
@ -214,7 +214,8 @@ mouse support.
|
|||
|
||||
@item -L
|
||||
@itemx --nonewlines
|
||||
Don't automatically add a newline when a file does not end with one.
|
||||
Don't automatically add a newline when a text does not end with one.
|
||||
(This can cause you to save non-POSIX text files.)
|
||||
|
||||
@item -M
|
||||
@itemx --trimblanks
|
||||
|
@ -831,7 +832,8 @@ Don't convert files from DOS/Mac format.
|
|||
Don't display the help lists at the bottom of the screen.
|
||||
|
||||
@item set nonewlines
|
||||
Don't automatically add a newline when a file does not end with one.
|
||||
Don't automatically add a newline when a text does not end with one.
|
||||
(This can cause you to save non-POSIX text files.)
|
||||
|
||||
@item set nopauses
|
||||
Don't pause between warnings at startup. This means that only
|
||||
|
|
|
@ -181,7 +181,8 @@ Don't convert files from DOS/Mac format.
|
|||
Don't display the two help lines at the bottom of the screen.
|
||||
.TP
|
||||
.B set nonewlines
|
||||
Don't automatically add a newline when a file does not end with one.
|
||||
Don't automatically add a newline when a text does not end with one.
|
||||
(This can cause you to save non-POSIX text files.)
|
||||
.TP
|
||||
.B set nopauses
|
||||
Don't pause between warnings at startup. This means that only
|
||||
|
|
Loading…
Reference in New Issue