docs: remove "not in vi" notes (#17678)

[skip ci]
This commit is contained in:
dundargoc
2022-03-11 23:25:59 +01:00
committed by GitHub
parent 965f1fd6fd
commit 84af45f59f
2 changed files with 4 additions and 8 deletions

View File

@@ -355,14 +355,14 @@ CTRL-A Add [count] to the number or alphabetic character at
*v_CTRL-A* *v_CTRL-A*
{Visual}CTRL-A Add [count] to the number or alphabetic character in {Visual}CTRL-A Add [count] to the number or alphabetic character in
the highlighted text. {not in Vi} the highlighted text.
*v_g_CTRL-A* *v_g_CTRL-A*
{Visual}g CTRL-A Add [count] to the number or alphabetic character in {Visual}g CTRL-A Add [count] to the number or alphabetic character in
the highlighted text. If several lines are the highlighted text. If several lines are
highlighted, each one will be incremented by an highlighted, each one will be incremented by an
additional [count] (so effectively creating a additional [count] (so effectively creating a
[count] incrementing sequence). {not in Vi} [count] incrementing sequence).
For Example, if you have this list of numbers: For Example, if you have this list of numbers:
1. ~ 1. ~
1. ~ 1. ~
@@ -381,14 +381,14 @@ CTRL-X Subtract [count] from the number or alphabetic
*v_CTRL-X* *v_CTRL-X*
{Visual}CTRL-X Subtract [count] from the number or alphabetic {Visual}CTRL-X Subtract [count] from the number or alphabetic
character in the highlighted text. {not in Vi} character in the highlighted text.
*v_g_CTRL-X* *v_g_CTRL-X*
{Visual}g CTRL-X Subtract [count] from the number or alphabetic {Visual}g CTRL-X Subtract [count] from the number or alphabetic
character in the highlighted text. If several lines character in the highlighted text. If several lines
are highlighted, each value will be decremented by an are highlighted, each value will be decremented by an
additional [count] (so effectively creating a [count] additional [count] (so effectively creating a [count]
decrementing sequence). {not in Vi} decrementing sequence).
The CTRL-A and CTRL-X commands work for (signed) decimal numbers, unsigned The CTRL-A and CTRL-X commands work for (signed) decimal numbers, unsigned
binary/octal/hexadecimal numbers and alphabetic characters. binary/octal/hexadecimal numbers and alphabetic characters.

View File

@@ -497,7 +497,6 @@ EXECUTE A COMMAND IN ALL THE BUFFERS IN QUICKFIX OR LOCATION LIST:
autocommand event is disabled by adding it to autocommand event is disabled by adding it to
'eventignore'. This considerably speeds up editing 'eventignore'. This considerably speeds up editing
each buffer. each buffer.
{not in Vi}
Also see |:bufdo|, |:tabdo|, |:argdo|, |:windo|, Also see |:bufdo|, |:tabdo|, |:argdo|, |:windo|,
|:ldo|, |:cfdo| and |:lfdo|. |:ldo|, |:cfdo| and |:lfdo|.
@@ -510,7 +509,6 @@ EXECUTE A COMMAND IN ALL THE BUFFERS IN QUICKFIX OR LOCATION LIST:
:{cmd} :{cmd}
etc. etc.
< Otherwise it works the same as `:cdo`. < Otherwise it works the same as `:cdo`.
{not in Vi}
*:ldo* *:ldo*
:ld[o][!] {cmd} Execute {cmd} in each valid entry in the location list :ld[o][!] {cmd} Execute {cmd} in each valid entry in the location list
@@ -523,7 +521,6 @@ EXECUTE A COMMAND IN ALL THE BUFFERS IN QUICKFIX OR LOCATION LIST:
etc. etc.
< Only valid entries in the location list are used. < Only valid entries in the location list are used.
Otherwise it works the same as `:cdo`. Otherwise it works the same as `:cdo`.
{not in Vi}
*:lfdo* *:lfdo*
:lfdo[!] {cmd} Execute {cmd} in each file in the location list for :lfdo[!] {cmd} Execute {cmd} in each file in the location list for
@@ -535,7 +532,6 @@ EXECUTE A COMMAND IN ALL THE BUFFERS IN QUICKFIX OR LOCATION LIST:
:{cmd} :{cmd}
etc. etc.
< Otherwise it works the same as `:ldo`. < Otherwise it works the same as `:ldo`.
{not in Vi}
FILTERING A QUICKFIX OR LOCATION LIST: FILTERING A QUICKFIX OR LOCATION LIST:
*cfilter-plugin* *:Cfilter* *:Lfilter* *cfilter-plugin* *:Cfilter* *:Lfilter*