Skip to content

Commit f55e4c8

Browse files
committed
Updated runtime files
1 parent 20e6cd0 commit f55e4c8

23 files changed

Lines changed: 3474 additions & 2776 deletions

runtime/doc/develop.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*develop.txt* For Vim version 8.0. Last change: 2017 Jan 05
1+
*develop.txt* For Vim version 8.0. Last change: 2017 Jul 31
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -143,9 +143,10 @@ and its environment.
143143

144144
VIM IS... NOT *design-not*
145145

146-
- Vim is not a shell or an Operating System. You will not be able to run a
147-
shell inside Vim or use it to control a debugger. This should work the
148-
other way around: Use Vim as a component from a shell or in an IDE.
146+
- Vim is not a shell or an Operating System. It does provide a terminal
147+
window, in which you can run a shell or debugger. E.g. to be able to do
148+
this over an ssh connection. But if you don't need a text editor with that
149+
it is out of scope (use something like screen or tmux instead).
149150
A satirical way to say this: "Unlike Emacs, Vim does not attempt to include
150151
everything but the kitchen sink, but some people say that you can clean one
151152
with it. ;-)"

runtime/doc/editing.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*editing.txt* For Vim version 8.0. Last change: 2017 Jul 16
1+
*editing.txt* For Vim version 8.0. Last change: 2017 Aug 01
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1737,7 +1737,7 @@ There are three different types of searching:
17371737
This searches the same directories, but in a different order.
17381738

17391739
Note that completion for ":find", ":sfind", and ":tabfind" commands do not
1740-
currently work with 'path' items that contain a url or use the double star
1740+
currently work with 'path' items that contain a URL or use the double star
17411741
with depth limiter (/usr/**2) or upward search (;) notations.
17421742

17431743
vim:tw=78:ts=8:ft=help:norl:

runtime/doc/ft_rust.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,13 @@ g:rustfmt_options~
116116

117117
*g:rust_playpen_url*
118118
g:rust_playpen_url~
119-
Set this option to override the url for the playpen to use: >
119+
Set this option to override the URL for the playpen to use: >
120120
let g:rust_playpen_url = 'https://play.rust-lang.org/'
121121
<
122122

123123
*g:rust_shortener_url*
124124
g:rust_shortener_url~
125-
Set this option to override the url for the url shortener: >
125+
Set this option to override the URL for the URL shortener: >
126126
let g:rust_shortener_url = 'https://is.gd/'
127127
<
128128

@@ -199,7 +199,7 @@ COMMANDS *rust-commands*
199199
|g:rust_playpen_url| is the base URL to the playpen, by default
200200
"https://play.rust-lang.org/".
201201

202-
|g:rust_shortener_url| is the base url for the shorterner, by
202+
|g:rust_shortener_url| is the base URL for the shorterner, by
203203
default "https://is.gd/"
204204

205205
:RustFmt *:RustFmt*

runtime/doc/gui_x11.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*gui_x11.txt* For Vim version 8.0. Last change: 2017 Jun 27
1+
*gui_x11.txt* For Vim version 8.0. Last change: 2017 Jul 28
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -673,7 +673,7 @@ Of these three, Vim uses PRIMARY when reading and writing the "* register
673673
register. Vim does not access the SECONDARY selection.
674674

675675
Examples: (assuming the default option values)
676-
- Select an URL in Visual mode in Vim. Go to your browser and click the
676+
- Select a URL in Visual mode in Vim. Go to your browser and click the
677677
middle mouse button in the URL text field. The selected text will be
678678
inserted (hopefully!). Note: in Firefox you can set the
679679
middlemouse.contentLoadURL preference to true in about:config, then the

runtime/doc/index.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*index.txt* For Vim version 8.0. Last change: 2017 Jul 16
1+
*index.txt* For Vim version 8.0. Last change: 2017 Jul 30
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -528,8 +528,10 @@ tag command action in Normal mode ~
528528
|CTRL-W_CTRL-]| CTRL-W CTRL-] same as "CTRL-W ]"
529529
|CTRL-W_CTRL-^| CTRL-W CTRL-^ same as "CTRL-W ^"
530530
|CTRL-W_CTRL-_| CTRL-W CTRL-_ same as "CTRL-W _"
531+
|CTRL-W_quote| CTRL-W " terminal window: paste register
531532
|CTRL-W_+| CTRL-W + increase current window height N lines
532533
|CTRL-W_-| CTRL-W - decrease current window height N lines
534+
|CTRL-W_.| CTRL-W . terminal window: type CTRL-W
533535
|CTRL-W_:| CTRL-W : same as |:|, edit a command line
534536
|CTRL-W_<| CTRL-W < decrease current window width N columns
535537
|CTRL-W_=| CTRL-W = make all windows the same height & width
@@ -538,6 +540,7 @@ tag command action in Normal mode ~
538540
|CTRL-W_J| CTRL-W J move current window to the very bottom
539541
|CTRL-W_K| CTRL-W K move current window to the very top
540542
|CTRL-W_L| CTRL-W L move current window to the far right
543+
|CTRL-W_N| CTRL-W N terminal window: go to Terminal mode
541544
|CTRL-W_P| CTRL-W P go to preview window
542545
|CTRL-W_R| CTRL-W R rotate windows upwards N times
543546
|CTRL-W_S| CTRL-W S same as "CTRL-W s"

runtime/doc/intro.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*intro.txt* For Vim version 8.0. Last change: 2017 Jul 17
1+
*intro.txt* For Vim version 8.0. Last change: 2017 Jul 30
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -566,7 +566,7 @@ Ex mode Like Command-line mode, but after entering a command
566566
you remain in Ex mode. Very limited editing of the
567567
command line. |Ex-mode|
568568

569-
There are six ADDITIONAL modes. These are variants of the BASIC modes:
569+
There are seven ADDITIONAL modes. These are variants of the BASIC modes:
570570

571571
*Operator-pending* *Operator-pending-mode*
572572
Operator-pending mode This is like Normal mode, but after an operator
@@ -592,6 +592,11 @@ Insert Normal mode Entered when CTRL-O given in Insert mode. This is
592592
If the 'showmode' option is on "-- (insert) --" is
593593
shown at the bottom of the window.
594594

595+
Terminal Normal mode Using Normal mode in a terminal window. Making
596+
changes is impossible. Use a insert command, such as
597+
"a" or "i", to return control to the job running in
598+
the terminal. Also called |Terminal-mode|.
599+
595600
Insert Visual mode Entered when starting a Visual selection from Insert
596601
mode, e.g., by using CTRL-O and then "v", "V" or
597602
CTRL-V. When the Visual selection ends, Vim returns

runtime/doc/options.txt

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 8.0. Last change: 2017 Jul 23
1+
*options.txt* For Vim version 8.0. Last change: 2017 Jul 31
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -4040,7 +4040,8 @@ A jump table for the options with a short description can be found at |Q_op|.
40404040
L:SpellLocal,-:Conceal,+:Pmenu,=:PmenuSel,
40414041
x:PmenuSbar,X:PmenuThumb,*:TabLine,
40424042
#:TabLineSel,_:TabLineFill,!:CursorColumn,
4043-
.:CursorLine,o:ColorColumn,q:QuickFixLine")
4043+
.:CursorLine,o:ColorColumn,q:QuickFixLine,
4044+
$:StatusLineTerm")
40444045
global
40454046
{not in Vi}
40464047
This option can be used to set highlighting mode for various
@@ -7753,14 +7754,17 @@ A jump table for the options with a short description can be found at |Q_op|.
77537754
NOTE: This option is reset when 'compatible' is set.
77547755

77557756
*'termkey'* *'tk'*
7756-
'termkey' 'tk' string (default "CTRL-W")
7757+
'termkey' 'tk' string (default "")
77577758
local to window
77587759
{not in Vi}
7759-
The key that precedes a Vim command in a terminal window. Other keys
7760+
The key that starts a CTRL-W command in a terminal window. Other keys
77607761
are sent to the job running in the window.
7761-
The string must be one key stroke but can be multiple bytes.
7762-
NOT IMPLEMENTED YET
7763-
7762+
The <> notation can be used, e.g.: >
7763+
:set termkey=<C-L>
7764+
< The string must be one key stroke but can be multiple bytes.
7765+
When not set CTRL-W is used, so that CTRL-W : gets you to the command
7766+
line. If 'termkey' is set to CTRL-L then CTRL-L : gets you to the
7767+
command line.
77647768

77657769
*'termsize'* *'tms'*
77667770
'termsize' 'tms' string (default "")

runtime/doc/pi_getscript.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*pi_getscript.txt* For Vim version 7.0. Last change: 2013 Nov 29
1+
*pi_getscript.txt* For Vim version 7.0. Last change: 2017 Aug 01
22
>
33
GETSCRIPT REFERENCE MANUAL by Charles E. Campbell
44
<
@@ -389,7 +389,7 @@ v36 Apr 22, 2013 : * (glts) suggested use of plugin/**/*.vim instead of
389389
plugin/*.vim in globpath() call.
390390
* (Andy Wokula) got warning message when setting
391391
g:loaded_getscriptPlugin
392-
v35 Apr 07, 2012 : * (MengHuan Yu) pointed out that the script url has
392+
v35 Apr 07, 2012 : * (MengHuan Yu) pointed out that the script URL has
393393
changed (somewhat). However, it doesn't work, and
394394
the original one does (under Linux). I'll make it
395395
yet-another-option.

runtime/doc/quickref.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickref.txt* For Vim version 8.0. Last change: 2017 Jul 15
1+
*quickref.txt* For Vim version 8.0. Last change: 2017 Aug 01
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -954,6 +954,7 @@ Short explanation of each option: *option-list*
954954
'viewdir' 'vdir' directory where to store files with :mkview
955955
'viewoptions' 'vop' specifies what to save for :mkview
956956
'viminfo' 'vi' use .viminfo file upon startup and exiting
957+
'viminfofile' 'vif' file name used for the viminfo file
957958
'virtualedit' 've' when to use virtual editing
958959
'visualbell' 'vb' use visual bell instead of beeping
959960
'warn' warn for shell command when buffer was changed

runtime/doc/remote.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*remote.txt* For Vim version 8.0. Last change: 2017 Mar 18
1+
*remote.txt* For Vim version 8.0. Last change: 2017 Aug 01
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -99,7 +99,7 @@ Tell the remote server "BLA" to write all files and exit: >
9999
vim --servername BLA --remote-send '<C-\><C-N>:wqa<CR>'
100100
101101
102-
SERVER NAME
102+
SERVER NAME *client-server-name*
103103

104104
By default Vim will try to register the name under which it was invoked (gvim,
105105
egvim ...). This can be overridden with the --servername argument. If the

0 commit comments

Comments
 (0)