mirror of git://git.sv.gnu.org/nano.git
Updating the docs for the changed location of nano's search history.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4972 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
d21649e906
commit
73a8aa0a74
|
@ -8,6 +8,8 @@
|
||||||
* src/nano.c (do_mouse): Put a common statement outside of then/else.
|
* src/nano.c (do_mouse): Put a common statement outside of then/else.
|
||||||
* src/Makefile.am: Remove -I m4; it is needed only at the top level.
|
* src/Makefile.am: Remove -I m4; it is needed only at the top level.
|
||||||
* Makefile.am: Trim the contents of EXTRA_DIST to what is required.
|
* Makefile.am: Trim the contents of EXTRA_DIST to what is required.
|
||||||
|
* doc/man/nano.1, doc/man/nanorc.5, doc/texinfo/nano.texi: Update
|
||||||
|
the docs for the changed location of nano's search history.
|
||||||
|
|
||||||
2014-06-14 Mark Majeres <mark@engine12.com>
|
2014-06-14 Mark Majeres <mark@engine12.com>
|
||||||
* src/nano.h, src/text.c (undo_cut, update_undo): When undoing a
|
* src/nano.h, src/text.c (undo_cut, update_undo): When undoing a
|
||||||
|
|
|
@ -74,7 +74,7 @@ Enable multiple file buffers, if available.
|
||||||
Enable vim-style file locking when editing files.
|
Enable vim-style file locking when editing files.
|
||||||
.TP
|
.TP
|
||||||
.B \-H (\-\-historylog)
|
.B \-H (\-\-historylog)
|
||||||
Log search and replace strings to \fI~/.nano_history\fP, so they can be
|
Log search and replace strings to \fI~/.nano/search_history\fP, so they can be
|
||||||
retrieved in later sessions, if \fInanorc\fP support is available.
|
retrieved in later sessions, if \fInanorc\fP support is available.
|
||||||
.TP
|
.TP
|
||||||
.B \-I (\-\-ignorercfiles)
|
.B \-I (\-\-ignorercfiles)
|
||||||
|
|
|
@ -100,7 +100,7 @@ in the two help lines at the bottom of the screen.
|
||||||
See \fBset titlecolor\fR for more details.
|
See \fBset titlecolor\fR for more details.
|
||||||
.TP
|
.TP
|
||||||
.B set/unset historylog
|
.B set/unset historylog
|
||||||
Enable the use of \fB~/.nano_history\fP for saving and reading
|
Enable the use of \fB~/.nano/search_history\fP for saving and reading
|
||||||
search/replace strings.
|
search/replace strings.
|
||||||
.TP
|
.TP
|
||||||
.B set keycolor \fIfgcolor\fR,\fIbgcolor\fR
|
.B set keycolor \fIfgcolor\fR,\fIbgcolor\fR
|
||||||
|
|
|
@ -154,7 +154,7 @@ Enable multiple file buffers, if available.
|
||||||
Enable vim-style file locking when editing files.
|
Enable vim-style file locking when editing files.
|
||||||
|
|
||||||
@item -H, --historylog
|
@item -H, --historylog
|
||||||
Log search and replace strings to ~/.nano_history, so they can be
|
Log search and replace strings to ~/.nano/search_history, so they can be
|
||||||
retrieved in later sessions, if nanorc support is available.
|
retrieved in later sessions, if nanorc support is available.
|
||||||
|
|
||||||
@item -I, --ignorercfiles
|
@item -I, --ignorercfiles
|
||||||
|
@ -521,7 +521,7 @@ toggles the -$ (@code{--softwrap}) command line option.
|
||||||
|
|
||||||
The nanorc files contain the default settings for @code{nano}. They
|
The nanorc files contain the default settings for @code{nano}. They
|
||||||
should be in Unix format, not in DOS or Mac format. During startup,
|
should be in Unix format, not in DOS or Mac format. During startup,
|
||||||
@code{nano} will first read the system-wide settings, from /etc/nanorc,
|
@code{nano} will first read the system-wide settings, from SYSCONFDIR/nanorc,
|
||||||
and then the user-specific settings, from ~/.nanorc.
|
and then the user-specific settings, from ~/.nanorc.
|
||||||
|
|
||||||
A nanorc file accepts a series of "set" and "unset" commands, which can
|
A nanorc file accepts a series of "set" and "unset" commands, which can
|
||||||
|
@ -606,7 +606,8 @@ in the two help lines at the bottom of the screen.
|
||||||
See "set titlecolor" for more details.
|
See "set titlecolor" for more details.
|
||||||
|
|
||||||
@item set/unset historylog
|
@item set/unset historylog
|
||||||
Enable ~/.nano_history for saving and reading search/replace strings.
|
Enable the use of ~/.nano/search_history for saving and reading
|
||||||
|
search/replace strings.
|
||||||
|
|
||||||
@item set keycolor fgcolor,bgcolor
|
@item set keycolor fgcolor,bgcolor
|
||||||
Specify the color combination to use for the shortcut key combos
|
Specify the color combination to use for the shortcut key combos
|
||||||
|
|
Loading…
Reference in New Issue