From eb0962fb060b9eff1cf7f08046cc217fff0af699 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Tue, 2 Feb 2021 15:07:14 +0100 Subject: [PATCH] docs: remove all mentions of --markmatch and 'set markmatch' --- IMPROVEMENTS | 1 - doc/nano.1 | 6 ------ doc/nano.texi | 13 ------------- doc/nanorc.5 | 6 ------ doc/sample.nanorc.in | 3 --- 5 files changed, 29 deletions(-) diff --git a/IMPROVEMENTS b/IMPROVEMENTS index 4c408f34..09c58d55 100644 --- a/IMPROVEMENTS +++ b/IMPROVEMENTS @@ -3,7 +3,6 @@ Improvements in GNU nano Since 5.0: - Option --minibar reduces the interface to a bottom bar with basic info. - - Option --markmatch marks the search result, for better visibility. - The cursor skips over combining characters, deletes them together with the character they combine with, but deletes them separately. - For using libmagic the option --magic or -! or 'set magic' is required. diff --git a/doc/nano.1 b/doc/nano.1 index ae4737d9..5e33f121 100644 --- a/doc/nano.1 +++ b/doc/nano.1 @@ -329,12 +329,6 @@ Make Ctrl+Right and Ctrl+Delete stop at word ends instead of beginnings. .BR \-z ", " \-\-suspendable Allow the user to suspend the editor (with \fB^Z\fR by default). .TP -.BR \-^ ", " \-\-markmatch -After a search, set the mark at the end of the found match -(if there is any) so that it gets highlighted. This makes -the match more visible, but also allows deleting the match -with a single keystroke. -.TP .BR \-% ", " \-\-stateflags Use the top-right corner of the screen for showing some state flags: \fBI\fR when auto-indenting, \fBM\fR when the mark is on, \fBL\fR when diff --git a/doc/nano.texi b/doc/nano.texi index 584dfdaf..5567e5b6 100644 --- a/doc/nano.texi +++ b/doc/nano.texi @@ -468,13 +468,6 @@ Make Ctrl+Right and Ctrl+Delete stop at word ends instead of beginnings. Enable the ability to suspend @command{nano} using the system's suspend keystroke (usually @kbd{^Z}). -@item -^ -@itemx --markmatch -After a search, set the mark at the end of the found match -(if there is any) so that it gets highlighted. This makes -the match more visible, but also allows deleting the match -with a single keystroke. - @item -% @itemx --stateflags Use the top-right corner of the screen for showing some state flags: @@ -929,12 +922,6 @@ try using libmagic to determine the applicable syntax. (Calling libmagic can be relatively time consuming. It is therefore not done by default.) -@item set markmatch -After a search, set the mark at the end of the found match -(if there is any) so that it gets highlighted. This makes -the match more visible, but also allows deleting the match -with a single keystroke. - @anchor{@code{set matchbrackets}} @item set matchbrackets "@var{characters}" Specify the opening and closing brackets that can be found by bracket diff --git a/doc/nanorc.5 b/doc/nanorc.5 index bcf4087f..518a2a01 100644 --- a/doc/nanorc.5 +++ b/doc/nanorc.5 @@ -176,12 +176,6 @@ try using libmagic to determine the applicable syntax. (Calling libmagic can be relatively time consuming. It is therefore not done by default.) .TP -.B set markmatch -After a search, set the mark at the end of the found match -(if there is any) so that it gets highlighted. This makes -the match more visible, but also allows deleting the match -with a single keystroke. -.TP .BI "set matchbrackets """ characters """ Specify the opening and closing brackets that can be found by bracket searches. This may not include blank characters. The opening set must diff --git a/doc/sample.nanorc.in b/doc/sample.nanorc.in index 55797ceb..eeefd5ff 100644 --- a/doc/sample.nanorc.in +++ b/doc/sample.nanorc.in @@ -79,9 +79,6 @@ ## Fall back to slow libmagic to try and determine an applicable syntax. # set magic -## After a search, set the mark at the end of the found match (if any). -# set markmatch - ## The opening and closing brackets that can be found by bracket ## searches. They cannot contain blank characters. The former set must ## come before the latter set, and both must be in the same order.