Update runtime files

This commit is contained in:
Bram Moolenaar
2022-12-06 18:20:10 +00:00
parent 5e0c004f0c
commit 86b4816766
42 changed files with 2050 additions and 239 deletions

View File

@ -1,4 +1,4 @@
*visual.txt* For Vim version 9.0. Last change: 2022 Jun 18
*visual.txt* For Vim version 9.0. Last change: 2022 Dec 04
VIM REFERENCE MANUAL by Bram Moolenaar
@ -152,6 +152,11 @@ gN Like |gn| but searches backward, like with `N`.
environment variable or the -display argument). Only
when 'mouse' option contains 'n' or 'a'.
<LeftMouseNM> Internal mouse code, used for clicking on the status
<LeftReleaseNM> line to focus a window. NM stands for non-mappable.
You cannot use these, but they might show up in some
places.
If Visual mode is not active and the "v", "V" or CTRL-V is preceded with a
count, the size of the previously highlighted area is used for a start. You
can then move the end of the highlighted area and give an operator. The type