Skip to content

Commit 0a7ac06

Browse files
committed
Merge remote-tracking branch 'vim/master'
2 parents 40dc4d4 + f085f42 commit 0a7ac06

Some content is hidden

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

86 files changed

+1789
-1168
lines changed

runtime/doc/arabic.txt

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Arabic Language support (options & mappings) for Vim *Arabic*
1010

1111
*E800*
1212
In order to use right-to-left and Arabic mapping support, it is
13-
necessary to compile VIM with the |+arabic| feature.
13+
necessary to compile Vim with the |+arabic| feature.
1414

1515
These functions have been created by Nadim Shaikli <nadim-at-arabeyes.org>
1616

17-
It is best to view this file with these settings within VIM's GUI: >
17+
It is best to view this file with these settings within Vim's GUI: >
1818
1919
:set encoding=utf-8
2020
:set arabicshape
@@ -42,7 +42,7 @@ the user interface remains the standard Vi interface.
4242

4343
Highlights
4444
----------
45-
o Editing left-to-right files as in the original VIM hasn't changed.
45+
o Editing left-to-right files as in the original Vim hasn't changed.
4646

4747
o Viewing and editing files in right-to-left windows. File
4848
orientation is per window, so it is possible to view the same
@@ -52,7 +52,7 @@ o No special terminal with right-to-left capabilities is required.
5252
The right-to-left changes are completely hardware independent.
5353
Only Arabic fonts are necessary.
5454

55-
o Compatible with the original VIM. Almost all features work in
55+
o Compatible with the original Vim. Almost all features work in
5656
right-to-left mode (there are liable to be bugs).
5757

5858
o Changing keyboard mapping and reverse insert modes using a single
@@ -66,14 +66,14 @@ o While in Arabic mode, numbers are entered from left to right. Upon
6666

6767
o Arabic keymapping on the command line in reverse insert mode.
6868

69-
o Proper Bidirectional functionality is possible given VIM is
69+
o Proper Bidirectional functionality is possible given Vim is
7070
started within a Bidi capable terminal emulator.
7171

7272

7373
Arabic Fonts *arabicfonts*
7474
------------
7575

76-
VIM requires monospaced fonts of which there are many out there.
76+
Vim requires monospaced fonts of which there are many out there.
7777
Arabic requires ISO-8859-6 as well as Presentation Form-B fonts
7878
(without Form-B, Arabic will _NOT_ be usable). It is highly
7979
recommended that users search for so-called 'ISO-10646-1' fonts.
@@ -96,13 +96,13 @@ o Installation of fonts for X Window systems (Unix/Linux)
9696

9797
Usage
9898
-----
99-
Prior to the actual usage of Arabic within VIM, a number of settings
99+
Prior to the actual usage of Arabic within Vim, a number of settings
100100
need to be accounted for and invoked.
101101

102102
o Setting the Arabic fonts
103103

104-
+ For VIM GUI set the 'guifont' to your_ARABIC_FONT. This is done
105-
by entering the following command in the VIM window.
104+
+ For Vim GUI set the 'guifont' to your_ARABIC_FONT. This is done
105+
by entering the following command in the Vim window.
106106
>
107107
:set guifont=your_ARABIC_FONT
108108
<
@@ -115,7 +115,7 @@ o Setting the Arabic fonts
115115
you can include ':set guifont=your_ARABIC_FONT' to your .vimrc
116116
file.
117117

118-
+ Under the X Window environment, you can also start VIM with
118+
+ Under the X Window environment, you can also start Vim with
119119
'-fn your_ARABIC_FONT' option.
120120

121121
o Setting the appropriate character Encoding
@@ -124,7 +124,7 @@ o Setting the appropriate character Encoding
124124
>
125125
:set encoding=utf-8
126126
<
127-
to your .vimrc file (entering the command manually into you VIM
127+
to your .vimrc file (entering the command manually into you Vim
128128
window is highly discouraged). In short, include ':set
129129
encoding=utf-8' to your .vimrc file.
130130

@@ -137,11 +137,11 @@ o Setting the appropriate character Encoding
137137
o Enable Arabic settings [short-cut]
138138

139139
In order to simplify and streamline things, you can either invoke
140-
VIM with the command-line option,
140+
Vim with the command-line option,
141141

142142
% vim -A my_utf8_arabic_file ...
143143

144-
or enable 'arabic' via the following command within VIM
144+
or enable 'arabic' via the following command within Vim
145145
>
146146
:set arabic
147147
<
@@ -189,7 +189,7 @@ o Enable Arabic settings [short-cut]
189189
>
190190
:set keymap=arabic
191191
<
192-
in your VIM window. You can also append the 'keymap' set command to
192+
in your Vim window. You can also append the 'keymap' set command to
193193
your .vimrc file. In other words, you can include ':set keymap=arabic'
194194
to your .vimrc file.
195195

@@ -202,7 +202,7 @@ o Enable Arabic settings [short-cut]
202202

203203
+ Arabic deletion of a combined pair character
204204

205-
By default VIM has the 'delcombine' option disabled. This option
205+
By default Vim has the 'delcombine' option disabled. This option
206206
allows the deletion of ALEF in a LAM_ALEF (LAA) combined character
207207
and still retain the LAM (i.e. it reverts to treating the combined
208208
character as its natural two characters form -- this also pertains
@@ -211,13 +211,13 @@ o Enable Arabic settings [short-cut]
211211
>
212212
:set delcombine
213213
<
214-
in our VIM window. You can also append the 'delcombine' set command
214+
in our Vim window. You can also append the 'delcombine' set command
215215
to your .vimrc file. In other words, you can include ':set delcombine'
216216
to your .vimrc file.
217217

218218
+ Arabic right-to-left Mode
219219

220-
By default VIM starts in Left-to-right mode. 'rightleft' is the
220+
By default Vim starts in Left-to-right mode. 'rightleft' is the
221221
command that allows one to alter a window's orientation - that can
222222
be accomplished via,
223223

@@ -253,15 +253,15 @@ o Enable Arabic settings [short-cut]
253253
>
254254
:set arabicshape
255255
<
256-
in our VIM window. You can also append the 'arabicshape' set
256+
in our Vim window. You can also append the 'arabicshape' set
257257
command to your .vimrc file. In other words, you can include
258258
':set arabicshape' to your .vimrc file.
259259

260260

261261
Keymap/Keyboard *arabickeymap*
262262
---------------
263263

264-
The character/letter encoding used in VIM is the standard UTF-8.
264+
The character/letter encoding used in Vim is the standard UTF-8.
265265
It is widely discouraged that any other encoding be used or even
266266
attempted.
267267

@@ -294,7 +294,7 @@ o Keyboard
294294
Restrictions
295295
------------
296296

297-
o VIM in its GUI form does not currently support Bi-directionality
297+
o Vim in its GUI form does not currently support Bi-directionality
298298
(i.e. the ability to see both Arabic and Latin intermixed within
299299
the same line).
300300

runtime/doc/autocmd.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ FileChangedShell When Vim notices that the modification time of
610610
|timestamp|
611611
Mostly triggered after executing a shell
612612
command, but also with a |:checktime| command
613-
or when Gvim regains input focus.
613+
or when gvim regains input focus.
614614
This autocommand is triggered for each changed
615615
file. It is not used when 'autoread' is set
616616
and the buffer was not changed. If a

runtime/doc/eval.txt

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*eval.txt* For Vim version 8.0. Last change: 2017 Apr 29
1+
*eval.txt* For Vim version 8.0. Last change: 2017 Jun 04
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -3373,6 +3373,7 @@ did_filetype() Returns |TRUE| when autocommands are being executed and the
33733373
FileType event has been triggered at least once. Can be used
33743374
to avoid triggering the FileType event again in the scripts
33753375
that detect the file type. |FileType|
3376+
Returns |FALSE| when `:setf FALLBACK` was used.
33763377
When editing another file, the counter is reset, thus this
33773378
really checks if the FileType event has been triggered for the
33783379
current buffer. This allows an autocommand that starts
@@ -10696,12 +10697,6 @@ When the |+eval| feature is available the command is skipped because of the
1069610697
"while 0". Without the |+eval| feature the "while 0" is an error, which is
1069710698
silently ignored, and the command is executed.
1069810699

10699-
The "<CR>" here is a real CR character, type CTRL-V Enter to get it.
10700-
10701-
When the |+eval| feature is available the ":" is remapped to add a double
10702-
quote, which has the effect of commenting-out the command. Without the
10703-
|+eval| feature the nnoremap command is skipped and the command is executed.
10704-
1070510700
==============================================================================
1070610701
11. The sandbox *eval-sandbox* *sandbox* *E48*
1070710702

runtime/doc/ft_ada.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ NOTE: "gnat xref -v" is very tricky to use as it has almost no diagnostic
116116
then "gnat xref -v *.ad?"
117117
4) Project manager support is completely broken - don't even try "gnat xref
118118
-Padacl.gpr".
119-
5) VIM is faster when the tags file is sorted - use "sort --unique
119+
5) Vim is faster when the tags file is sorted - use "sort --unique
120120
--ignore-case --output=tags tags" .
121121
6) Remember to insert "!_TAG_FILE_SORTED 2 %sort ui" as first line to mark
122122
the file assorted.

runtime/doc/hangulin.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Introduction *hangul*
88
------------
9-
It is to input hangul, the Korean language, with VIM GUI version.
9+
It is to input hangul, the Korean language, with Vim GUI version.
1010
If you have a XIM program, you can use another |+xim| feature.
1111
Basically, it is for anybody who has no XIM program.
1212

@@ -31,7 +31,7 @@ You should set LANG variable to Korean locale such as ko, ko_KR.eucKR
3131
or ko_KR.UTF-8.
3232
If you set LC_ALL variable, it should be set to Korean locale also.
3333

34-
VIM resource
34+
Vim resource
3535
------------
3636
You may want to set 'encoding' and 'fileencodings'.
3737
Next are examples: >
@@ -53,12 +53,12 @@ If both are set, VIM_KEYBOARD has higher priority.
5353

5454
Hangul Fonts
5555
------------
56-
If you use GTK version of GVIM, you should set 'guifont' and 'guifontwide'.
56+
If you use GTK version of gvim, you should set 'guifont' and 'guifontwide'.
5757
For example: >
5858
set guifont=Courier\ 12
5959
set guifontwide=NanumGothicCoding\ 12
6060
61-
If you use Motif or Athena version of GVIM, you should set 'guifontset' in
61+
If you use Motif or Athena version of gvim, you should set 'guifontset' in
6262
your vimrc. You can set fontset in the .Xdefaults file.
6363

6464
$HOME/.gvimrc: >
@@ -77,11 +77,11 @@ $HOME/.Xdefaults: >
7777
7878
attention! the , (comma) or ; (semicolon)
7979

80-
And there should be no ':set guifont'. If it exists, then Gvim ignores
81-
':set guifontset'. It means VIM runs without fontset supporting.
80+
And there should be no ':set guifont'. If it exists, then gvim ignores
81+
':set guifontset'. It means Vim runs without fontset supporting.
8282
So, you can see only English. Hangul does not be correctly displayed.
8383

84-
After "fontset" feature is enabled, VIM does not allow using english
84+
After "fontset" feature is enabled, Vim does not allow using english
8585
font only in "font" setting for syntax.
8686
For example, if you use >
8787
:set guifontset=eng_font,your_font
@@ -99,7 +99,7 @@ We don't support Johab font.
9999
We don't support Hanja input.
100100
And We don't have any plan to support them.
101101

102-
If you really need such features, you can use console version of VIM with a
102+
If you really need such features, you can use console version of Vim with a
103103
capable terminal emulator.
104104

105105
Bug or Comment

runtime/doc/help.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Get specific help: It is possible to go directly to whatever you want help
3131
help entries for "word".
3232
Or use ":helpgrep word". |:helpgrep|
3333

34-
VIM stands for Vi IMproved. Most of VIM was made by Bram Moolenaar, but only
34+
Vim stands for Vi IMproved. Most of Vim was made by Bram Moolenaar, but only
3535
through the help of many others. See |credits|.
3636
------------------------------------------------------------------------------
3737
*doc-file-list* *Q_ct*

runtime/doc/if_ole.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ instance), code similar to the following should be used:
4141
$vim = new Win32::OLE 'Vim.Application';
4242
4343
[C#] >
44-
// Add a reference to VIM in your project.
44+
// Add a reference to Vim in your project.
4545
// Choose the COM tab.
46-
// Select "VIM Ole Interface 1.1 Type Library"
46+
// Select "Vim Ole Interface 1.1 Type Library"
4747
Vim.Vim vimobj = new Vim.Vim();
4848
4949
Vim does not support acting as a "hidden" OLE server, like some other OLE

runtime/doc/if_perl.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Perl and Vim *perl* *Perl*
88

99
1. Editing Perl files |perl-editing|
10-
2. Compiling VIM with Perl interface |perl-compiling|
10+
2. Compiling Vim with Perl interface |perl-compiling|
1111
3. Using the Perl interface |perl-using|
1212
4. Dynamic loading |perl-dynamic|
1313

@@ -33,7 +33,7 @@ Vim in the $VIMRUNTIME/tools directory. This script has currently more
3333
features than Exuberant ctags' Perl support.
3434

3535
==============================================================================
36-
2. Compiling VIM with Perl interface *perl-compiling*
36+
2. Compiling Vim with Perl interface *perl-compiling*
3737

3838
To compile Vim with Perl interface, you need Perl 5.004 (or later). Perl must
3939
be installed before you compile Vim. Vim's Perl interface does NOT work with

runtime/doc/insert.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*insert.txt* For Vim version 8.0. Last change: 2017 Apr 07
1+
*insert.txt* For Vim version 8.0. Last change: 2017 May 30
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -634,13 +634,13 @@ Completion can be done for:
634634
10. User defined completion |i_CTRL-X_CTRL-U|
635635
11. omni completion |i_CTRL-X_CTRL-O|
636636
12. Spelling suggestions |i_CTRL-X_s|
637-
13. keywords in 'complete' |i_CTRL-N|
637+
13. keywords in 'complete' |i_CTRL-N| |i_CTRL-P|
638638

639-
All these (except 2) are done in CTRL-X mode. This is a sub-mode of Insert
640-
and Replace modes. You enter CTRL-X mode by typing CTRL-X and one of the
641-
CTRL-X commands. You exit CTRL-X mode by typing a key that is not a valid
642-
CTRL-X mode command. Valid keys are the CTRL-X command itself, CTRL-N (next),
643-
and CTRL-P (previous).
639+
All these, except CTRL-N and CTRL-P, are done in CTRL-X mode. This is a
640+
sub-mode of Insert and Replace modes. You enter CTRL-X mode by typing CTRL-X
641+
and one of the CTRL-X commands. You exit CTRL-X mode by typing a key that is
642+
not a valid CTRL-X mode command. Valid keys are the CTRL-X command itself,
643+
CTRL-N (next), and CTRL-P (previous).
644644

645645
Also see the 'infercase' option if you want to adjust the case of the match.
646646

runtime/doc/intro.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ The Vim pages contain the most recent information about Vim. They also
8484
contain links to the most recent version of Vim. The FAQ is a list of
8585
Frequently Asked Questions. Read this if you have problems.
8686

87-
VIM home page: http://www.vim.org/
88-
VIM FAQ: http://vimdoc.sf.net/
87+
Vim home page: http://www.vim.org/
88+
Vim FAQ: http://vimdoc.sf.net/
8989
Downloading: ftp://ftp.vim.org/pub/vim/MIRRORS
9090

9191

0 commit comments

Comments
 (0)