Skip to content

Commit 574ee7b

Browse files
committed
Update runtime files
1 parent afe45b6 commit 574ee7b

24 files changed

Lines changed: 7989 additions & 6899 deletions

runtime/doc/intro.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*intro.txt* For Vim version 8.1. Last change: 2019 Aug 16
1+
*intro.txt* For Vim version 8.1. Last change: 2019 Nov 11
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -234,7 +234,7 @@ Vim would never have become what it is now, without the help of these people!
234234
Sung-Hyun Nam Work on multi-byte versions
235235
Vince Negri Win32 GUI and generic console enhancements
236236
Steve Oualline Author of the first Vim book |frombook|
237-
Dominique Pelle valgrind reports and many fixes
237+
Dominique Pelle Valgrind reports and many fixes
238238
A.Politz Many bug reports and some fixes
239239
George V. Reilly Win32 port, Win32 GUI start-off
240240
Stephen Riehm bug collector

runtime/doc/pi_netrw.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*pi_netrw.txt* For Vim version 8.1. Last change: 2019 Nov 07
1+
*pi_netrw.txt* For Vim version 8.1. Last change: 2019 Nov 10
22

33
------------------------------------------------
44
NETRW REFERENCE MANUAL by Charles E. Campbell
@@ -3512,7 +3512,7 @@ Example: Clear netrw's marked file list via a mapping on gu >
35123512
- Click "Add..."
35133513
- Set External Editor (adjust path as needed, include
35143514
the quotes and !.! at the end):
3515-
"c:\Program Files\Vim\vim70\gvim.exe" !.!
3515+
"c:\Program Files\Vim\vim881\gvim.exe" !.!
35163516
- Check that the filetype in the box below is
35173517
{asterisk}.{asterisk} (all files), or whatever types
35183518
you want (cec: change {asterisk} to * ; I had to
@@ -3762,8 +3762,8 @@ by obtaining a copy of the latest (often developmental) netrw at:
37623762

37633763
The <netrw.vim> script is typically installed on systems as something like:
37643764
>
3765-
/usr/local/share/vim/vim7x/plugin/netrwPlugin.vim
3766-
/usr/local/share/vim/vim7x/autoload/netrw.vim
3765+
/usr/local/share/vim/vim8x/plugin/netrwPlugin.vim
3766+
/usr/local/share/vim/vim8x/autoload/netrw.vim
37673767
(see output of :echo &rtp)
37683768
<
37693769
which is loaded automatically at startup (assuming :set nocp). If you

runtime/doc/popup.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*popup.txt* For Vim version 8.1. Last change: 2019 Nov 09
1+
*popup.txt* For Vim version 8.1. Last change: 2019 Nov 11
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar

runtime/doc/sign.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*sign.txt* For Vim version 8.1. Last change: 2019 Sep 06
1+
*sign.txt* For Vim version 8.1. Last change: 2019 Nov 12
22

33

44
VIM REFERENCE MANUAL by Gordon Prieur
@@ -48,8 +48,8 @@ When signs are defined for a file, Vim will automatically add a column of two
4848
characters to display them in. When the last sign is unplaced the column
4949
disappears again. This behavior can be changed with the 'signcolumn' option.
5050

51-
The color of the column is set with the SignColumn group |hl-SignColumn|.
52-
Example to set the color: >
51+
The color of the column is set with the SignColumn highlight group
52+
|hl-SignColumn|. Example to set the color: >
5353
5454
:highlight SignColumn guibg=darkgrey
5555
<
@@ -71,6 +71,8 @@ placed in the named group. The sign identifier is unique within a group. The
7171
sign group allows Vim plugins to use unique signs without interfering with
7272
other plugins using signs.
7373

74+
The group name "popupmenu" is used by popup windows where 'cursorline' is set.
75+
7476
*sign-priority*
7577
Each placed sign is assigned a priority value. When multiple signs are placed
7678
on the same line, the attributes of the sign with the highest priority is used

runtime/doc/textprop.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*textprop.txt* For Vim version 8.1. Last change: 2019 Nov 09
1+
*textprop.txt* For Vim version 8.1. Last change: 2019 Nov 12
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -48,8 +48,8 @@ Property Types ~
4848
A text property normally has the name of a property type, which defines
4949
how to highlight the text. The property type can have these entries:
5050
"highlight" name of the highlight group to use
51-
"combine" when TRUE the text property highlighting is combined
52-
with any syntax highlighting; when omitted or FALSE the
51+
"combine" when omitted or TRUE the text property highlighting is
52+
combined with any syntax highlighting; when FALSE the
5353
text property highlighting replaces the syntax
5454
highlighting
5555
"priority" when properties overlap, the one with the highest

runtime/doc/todo.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*todo.txt* For Vim version 8.1. Last change: 2019 Nov 10
1+
*todo.txt* For Vim version 8.1. Last change: 2019 Nov 13
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -38,6 +38,12 @@ browser use: https://github.com/vim/vim/issues/1234
3838
*known-bugs*
3939
-------------------- Known bugs and current work -----------------------
4040

41+
Add a function to fetch the mouse_lnum and mouse_col values? Can be used in a
42+
mapping. Remove setting v:mouse_lnum etc. from the popup filter, the values
43+
are wrong.
44+
45+
Problem with cursor in wrong position: #5214
46+
4147
Don't use javascriptreact but javascript.jsx? #4830
4248
Although there is a good argument against using ".jsx".
4349

runtime/doc/vi_diff.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*vi_diff.txt* For Vim version 8.1. Last change: 2019 Oct 12
1+
*vi_diff.txt* For Vim version 8.1. Last change: 2019 Nov 12
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1323,6 +1323,11 @@ Set the $VIM_POSIX environment variable to have 'cpoptions' include the POSIX
13231323
flags when Vim starts up. This makes Vim run as POSIX as it can. That's
13241324
a bit different from being Vi compatible.
13251325

1326+
You can find the Posix specification for Vi here:
1327+
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/vi.html
1328+
And the related Ex specification:
1329+
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/ex.html
1330+
13261331
This is where Vim does not behave as POSIX specifies and why:
13271332

13281333
*posix-screen-size*

runtime/gvim.desktop

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,22 @@
44
# Translators: This is the Application Name used in the GVim desktop file
55
Name[de]=GVim
66
Name[eo]=GVim
7+
Name[ru]=GVim
78
Name[tr]=GVim
89
Name=GVim
910
# Translators: This is the Generic Application Name used in the Vim desktop file
1011
GenericName[de]=Texteditor
1112
GenericName[eo]=Tekstoredaktilo
1213
GenericName[ja]=テキストエディタ
14+
GenericName[ru]=Текстовый редактор
1315
GenericName[tr]=Metin Düzenleyici
1416
GenericName=Text Editor
1517
# Translators: This is the comment used in the Vim desktop file
1618
Comment[de]=Textdateien bearbeiten
1719
Comment[eo]=Redakti tekstajn dosierojn
1820
Comment[ja]=テキストファイルを編集します
19-
Comment[tr]=Metin dosyaları düzenle
21+
Comment[ru]=Редактирование текстовых файлов
22+
Comment[tr]=Metin dosyaları düzenleyin
2023
Comment=Edit text files
2124
# The translations should come from the po file. Leave them here for now, they will
2225
# be overwritten by the po file when generating the desktop.file!
@@ -75,7 +78,6 @@ Comment[pl]=Edytuj pliki tekstowe
7578
Comment[pt]=Editar ficheiros de texto
7679
Comment[pt_BR]=Edite arquivos de texto
7780
Comment[ro]=Editare fişiere text
78-
Comment[ru]=Редактор текстовых файлов
7981
Comment[sk]=Úprava textových súborov
8082
Comment[sl]=Urejanje datotek z besedili
8183
Comment[sq]=Përpuno files teksti
@@ -98,11 +100,13 @@ Type=Application
98100
Keywords[de]=Text;Editor;
99101
Keywords[eo]=Teksto;redaktilo;
100102
Keywords[ja]=テキスト;エディタ;
103+
Keywords[ru]=текст;текстовый редактор
101104
Keywords[tr]=Metin;düzenleyici;
102105
Keywords=Text;editor;
103106
# Translators: This is the Icon file name. Do NOT translate
104107
Icon[de]=gvim
105108
Icon[eo]=gvim
109+
Icon[ru]=gvim
106110
Icon=gvim
107111
Categories=Utility;TextEditor;
108112
StartupNotify=true

runtime/lang/menu_tr.cp1254.vim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
" Menu Translations: Turkish
2+
3+
source <sfile>:p:h/menu_tr_tr.iso_8859-9.vim

runtime/lang/menu_tr_tr.cp1254.vim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
" Menu Translations: Turkish
2+
3+
source <sfile>:p:h/menu_tr_tr.iso_8859-9.vim

0 commit comments

Comments
 (0)