Skip to content

Commit e653cc2

Browse files
committed
{cmdline, index, map, pattern, quickref, visual, windows}.txt: Update Vim 8.2.4987
1 parent 9ffd46c commit e653cc2

File tree

7 files changed

+13
-11
lines changed

7 files changed

+13
-11
lines changed

en/cmdline.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*cmdline.txt* For Vim version 8.2. Last change: 2022 Apr 09
1+
*cmdline.txt* For Vim version 8.2. Last change: 2022 Apr 29
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -87,6 +87,7 @@ CTRL-Q Same as CTRL-V. But with some terminals it is used for
8787
CTRL-SHIFT-V *c_CTRL-SHIFT-V* *c_CTRL-SHIFT-Q*
8888
CTRL-SHIFT-Q Works just like CTRL-V, unless |modifyOtherKeys| is active,
8989
then it inserts the Escape sequence for a key with modifiers.
90+
In the GUI the |key-notation| is inserted without simplifying.
9091

9192
*c_<Left>* *c_Left*
9293
<Left> cursor left

en/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,7 @@ tag command note action in Visual mode ~
939939
|v_K| K run 'keywordprg' on the highlighted area
940940
|v_O| O move horizontally to other corner of area
941941
|v_P| P replace highlighted area with register
942-
contents; unnamed register is unchanged
942+
contents; registers are unchanged
943943
Q does not start Ex mode
944944
|v_R| R 2 delete the highlighted lines and start
945945
insert

en/map.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*map.txt* For Vim version 8.2. Last change: 2022 Apr 14
1+
*map.txt* For Vim version 8.2. Last change: 2022 May 09
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -120,7 +120,8 @@ modes.
120120
command applies.
121121
Use the <buffer> argument to remove buffer-local
122122
mappings |:map-<buffer>|
123-
Warning: This also removes the default mappings.
123+
Warning: This also removes the |mac-standard-mappings|
124+
and the |dos-standard-mappings|.
124125

125126
:map |mapmode-nvo|
126127
:nm[ap] |mapmode-n|

en/pattern.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ Vim includes two regexp engines:
379379
1. An old, backtracking engine that supports everything.
380380
2. A new, NFA engine that works much faster on some patterns, possibly slower
381381
on some patterns.
382-
382+
*E1281*
383383
Vim will automatically select the right engine for you. However, if you run
384384
into a problem or want to specifically select one engine or the other, you can
385385
prepend one of the following to the pattern:

en/quickref.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickref.txt* For Vim version 8.2. Last change: 2022 Apr 06
1+
*quickref.txt* For Vim version 8.2. Last change: 2022 May 05
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1350,7 +1350,7 @@ Context-sensitive completion on the command-line:
13501350
|CTRL-W_^| CTRL-W ^ split window and edit alternate file
13511351
|CTRL-W_n| CTRL-W n or :new create new empty window
13521352
|CTRL-W_q| CTRL-W q or :q[uit] quit editing and close window
1353-
|CTRL-W_c| CTRL-W c or :cl[ose] make buffer hidden and close window
1353+
|CTRL-W_c| CTRL-W c or :clo[se] make buffer hidden and close window
13541354
|CTRL-W_o| CTRL-W o or :on[ly] make current window only one on the
13551355
screen
13561356

en/visual.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*visual.txt* For Vim version 8.2. Last change: 2022 Jan 20
1+
*visual.txt* For Vim version 8.2. Last change: 2022 May 06
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -265,7 +265,7 @@ Additionally the following commands can be used:
265265
X delete (2) |v_X|
266266
Y yank (2) |v_Y|
267267
p put |v_p|
268-
P put without unnamed register overwrite |v_P|
268+
P put without overwriting registers |v_P|
269269
J join (1) |v_J|
270270
U make uppercase |v_U|
271271
u make lowercase |v_u|

en/windows.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*windows.txt* For Vim version 8.2. Last change: 2022 Apr 06
1+
*windows.txt* For Vim version 8.2. Last change: 2022 May 11
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1036,7 +1036,7 @@ modified, but is forced (with '!') to be removed from a window, and
10361036
'autowrite' is off or the buffer can't be written.
10371037

10381038
You can make a hidden buffer not hidden by starting to edit it with any
1039-
command. Or by deleting it with the ":bdelete" command.
1039+
command, or by deleting it with the ":bdelete" command.
10401040

10411041
The 'hidden' is global, it is used for all buffers. The 'bufhidden' option
10421042
can be used to make an exception for a specific buffer. It can take these

0 commit comments

Comments
 (0)