Skip to content

Commit d2ea7cf

Browse files
committed
Update runtime files
1 parent 6ef5ab5 commit d2ea7cf

91 files changed

Lines changed: 320 additions & 223 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

runtime/doc/autocmd.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*autocmd.txt* For Vim version 8.2. Last change: 2021 Apr 25
1+
*autocmd.txt* For Vim version 8.2. Last change: 2021 May 29
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -985,9 +985,10 @@ QuickFixCmdPost Like QuickFixCmdPre, but after a quickfix
985985
*QuitPre*
986986
QuitPre When using `:quit`, `:wq` or `:qall`, before
987987
deciding whether it closes the current window
988-
or quits Vim. Can be used to close any
989-
non-essential window if the current window is
990-
the last ordinary window.
988+
or quits Vim. For `:wq` the buffer is written
989+
before QuitPre is triggered. Can be used to
990+
close any non-essential window if the current
991+
window is the last ordinary window.
991992
Also see |ExitPre|.
992993
*RemoteReply*
993994
RemoteReply When a reply from a Vim that functions as

runtime/doc/cmdline.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*cmdline.txt* For Vim version 8.2. Last change: 2021 May 08
1+
*cmdline.txt* For Vim version 8.2. Last change: 2021 May 30
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1134,7 +1134,7 @@ in Normal mode and Insert mode.
11341134
It is possible to use ":", "/" and other commands that use the command-line,
11351135
but it's not possible to open another command-line window then. There is no
11361136
nesting.
1137-
*E11*
1137+
*E11* *E1188*
11381138
The command-line window is not a normal window. It is not possible to move to
11391139
another window or edit another buffer. All commands that would do this are
11401140
disabled in the command-line window. Of course it _is_ possible to execute

runtime/doc/diff.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*diff.txt* For Vim version 8.2. Last change: 2021 Feb 10
1+
*diff.txt* For Vim version 8.2. Last change: 2021 May 24
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -345,9 +345,11 @@ between file1 and file2: >
345345
346346
The ">" is replaced with the value of 'shellredir'.
347347

348-
The output of "diff" must be a normal "ed" style diff or a unified diff. Do
349-
NOT use a context diff. This example explains the format that Vim expects for
350-
the "ed" style diff: >
348+
The output of "diff" must be a normal "ed" style diff or a unified diff. A
349+
context diff will NOT work. For a unified diff no context lines can be used.
350+
Using "diff -u" will NOT work, use "diff -U0".
351+
352+
This example explains the format that Vim expects for the "ed" style diff: >
351353
352354
1a2
353355
> bbb

runtime/doc/editing.txt

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

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1320,8 +1320,8 @@ present in 'cpoptions' and "!" is not used in the command.
13201320
*:chd* *:chdir*
13211321
:chd[ir][!] [path] Same as |:cd|.
13221322

1323-
*:tcd*
1324-
:tcd[!] {path} Like |:cd|, but only set the directory for the current
1323+
*:tc* *:tcd*
1324+
:tc[d][!] {path} Like |:cd|, but only set the directory for the current
13251325
tab. The current window will also use this directory.
13261326
The current directory is not changed for windows in
13271327
other tabs and for windows in the current tab that
@@ -1331,7 +1331,7 @@ present in 'cpoptions' and "!" is not used in the command.
13311331
:tch[dir][!] Same as |:tcd|.
13321332

13331333
*:tcd-*
1334-
:tcd[!] - Change to the previous current directory, before the
1334+
:tc[d][!] - Change to the previous current directory, before the
13351335
last ":tcd {path}" command.
13361336

13371337
*:lc* *:lcd*

runtime/doc/ft_sql.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ the space bar):
440440
replace the column list with the list of tables.
441441
- This allows you to quickly drill down into a
442442
table to view its columns and back again.
443-
- <Right> and <Left> can be also be chosen via
443+
- <Right> and <Left> can also be chosen via
444444
your |.vimrc| >
445445
let g:ftplugin_sql_omni_key_right = '<Right>'
446446
let g:ftplugin_sql_omni_key_left = '<Left>'

runtime/doc/if_tcl.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*if_tcl.txt* For Vim version 8.2. Last change: 2019 Jul 21
1+
*if_tcl.txt* For Vim version 8.2. Last change: 2021 May 27
22

33

44
VIM REFERENCE MANUAL by Ingo Wilken
@@ -25,12 +25,12 @@ comments, ideas etc to <[email protected]>
2525
==============================================================================
2626
1. Commands *tcl-ex-commands* *E571* *E572*
2727

28-
*:tcl* *:tc*
29-
:tc[l] {cmd} Execute Tcl command {cmd}. A simple check if `:tcl`
28+
*:tcl*
29+
:tcl {cmd} Execute Tcl command {cmd}. A simple check if `:tcl`
3030
is working: >
3131
:tcl puts "Hello"
3232
33-
:[range]tc[l] << [trim] [{endmarker}]
33+
:[range]tcl << [trim] [{endmarker}]
3434
{script}
3535
{endmarker}
3636
Execute Tcl script {script}.

runtime/doc/index.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*index.txt* For Vim version 8.2. Last change: 2021 Apr 24
1+
*index.txt* For Vim version 8.2. Last change: 2021 May 27
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1657,9 +1657,9 @@ tag command action ~
16571657
|:tab| :tab create new tab when opening new window
16581658
|:tag| :ta[g] jump to tag
16591659
|:tags| :tags show the contents of the tag stack
1660-
|:tcd| :tcd change directory for tab page
1660+
|:tcd| :tc[d] change directory for tab page
16611661
|:tchdir| :tch[dir] change directory for tab page
1662-
|:tcl| :tc[l] execute Tcl command
1662+
|:tcl| :tcl execute Tcl command
16631663
|:tcldo| :tcld[o] execute Tcl command for each line
16641664
|:tclfile| :tclf[ile] execute Tcl script file
16651665
|:tearoff| :te[aroff] tear-off a menu

runtime/doc/options.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 8.2. Last change: 2021 May 15
1+
*options.txt* For Vim version 8.2. Last change: 2021 May 16
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -7495,6 +7495,8 @@ A jump table for the options with a short description can be found at |Q_op|.
74957495
'switchbuf' 'swb' string (default "")
74967496
global
74977497
This option controls the behavior when switching between buffers.
7498+
Mostly for |quickfix| commands some values are also used for other
7499+
commands, as mentioned below.
74987500
Possible values (comma separated list):
74997501
useopen If included, jump to the first open window that
75007502
contains the specified buffer (if there is one).

runtime/doc/quickfix.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickfix.txt* For Vim version 8.2. Last change: 2021 May 02
1+
*quickfix.txt* For Vim version 8.2. Last change: 2021 May 22
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1386,7 +1386,8 @@ Basic items
13861386
%o module name (finds a string)
13871387
%l line number (finds a number)
13881388
%c column number (finds a number representing character
1389-
column of the error, (1 <tab> == 1 character column))
1389+
column of the error, byte index, a <tab> is 1
1390+
character column)
13901391
%v virtual column number (finds a number representing
13911392
screen column of the error (1 <tab> == 8 screen
13921393
columns))

runtime/doc/spell.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1143,10 +1143,10 @@ flag to avoid lots of errors.
11431143
CIRCUMFIX *spell-CIRCUMFIX*
11441144

11451145
The CIRCUMFIX flag means a prefix and suffix must be added at the same time.
1146-
If a prefix has the CIRCUMFIX flag than only suffixes with the CIRCUMFIX flag
1146+
If a prefix has the CIRCUMFIX flag then only suffixes with the CIRCUMFIX flag
11471147
can be added, and the other way around.
1148-
An alternative is to only specify the suffix, and give the that suffix two
1149-
flags: The required prefix and the NEEDAFFIX flag. |spell-NEEDAFFIX|
1148+
An alternative is to only specify the suffix, and give that suffix two flags:
1149+
the required prefix and the NEEDAFFIX flag. |spell-NEEDAFFIX|
11501150

11511151

11521152
PFXPOSTPONE *spell-PFXPOSTPONE*

0 commit comments

Comments
 (0)