Skip to content

Commit eb3dc87

Browse files
committed
Updated runtime files
1 parent 620020e commit eb3dc87

10 files changed

Lines changed: 7809 additions & 167 deletions

File tree

runtime/doc/eval.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*eval.txt* For Vim version 8.0. Last change: 2018 Apr 28
1+
*eval.txt* For Vim version 8.0. Last change: 2018 May 13
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar

runtime/doc/map.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*map.txt* For Vim version 8.0. Last change: 2018 May 06
1+
*map.txt* For Vim version 8.0. Last change: 2018 May 13
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -917,7 +917,9 @@ an additional rule:
917917
full-id In front of the match is a non-keyword character, or this is where
918918
the line or insertion starts. Exception: When the abbreviation is
919919
only one character, it is not recognized if there is a non-keyword
920-
character in front of it, other than a space or a tab.
920+
character in front of it, other than a space or a tab. However, for
921+
the command line "'<,'>" (or any other marks) is ignored, as if the
922+
command line starts after it.
921923

922924
end-id In front of the match is a keyword character, or a space or a tab,
923925
or this is where the line or insertion starts.

runtime/doc/tags

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3201,6 +3201,8 @@ $VIM_POSIX vi_diff.txt /*$VIM_POSIX*
32013201
:unhide windows.txt /*:unhide*
32023202
:unl eval.txt /*:unl*
32033203
:unlet eval.txt /*:unlet*
3204+
:unlet-$ eval.txt /*:unlet-$*
3205+
:unlet-environment eval.txt /*:unlet-environment*
32043206
:unlo eval.txt /*:unlo*
32053207
:unlockvar eval.txt /*:unlockvar*
32063208
:unm map.txt /*:unm*

runtime/doc/todo.txt

Lines changed: 13 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*todo.txt* For Vim version 8.0. Last change: 2018 May 12
1+
*todo.txt* For Vim version 8.0. Last change: 2018 May 13
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -36,11 +36,19 @@ entered there will not be repeated below, unless there is extra information.
3636
-------------------- Known bugs and current work -----------------------
3737

3838
Terminal emulator window:
39+
- Duplicated lines when making terminal only window. (Dominique, #2909)
3940
- Still some stuff to implement and bugs to fix, see src/terminal.c
41+
- Add more functionality for terminal API? (Ozaki Kiichi 2018 May 13, #2907)
42+
43+
Crash when mixing matchadd and substitute()? (Max Christian Pohle, 2018 May
44+
13, #2910) Can't reproduce?
4045

4146
On Win32 when not in the console and t_Co >= 256, allow using 'tgc'.
4247
(Nobuhiro Takasaki, #2833) Also check t_Co.
4348

49+
Pop-up menu overlapping terminal is not cleared completely. (Lifepillar, 2018
50+
May 13, #2908)
51+
4452
balloon_show() does not work properly in the terminal. (Ben Jackson, 2017 Dec
4553
20, #2481)
4654
Also see #2352, want better control over balloon, perhaps set the position.
@@ -127,18 +135,11 @@ Jan 15, #2555)
127135

128136
Check argument of systemlist(). (Pavlov)
129137

130-
Can we make ":unlet $VAR" use unsetenv() to delete the env var?
131-
What for systems that don't have unsetenv()? (Issue #1116)
132-
Patch in #2855, (Yasuhiro Matsumoto)
133-
134138
Patch to add reg_executing() and reg_recording(). (Hirohito Higashi, #2745)
135139

136140
No maintainer for Vietnamese translations.
137141
No maintainer for Simplified Chinese translations.
138142

139-
When 'inchsearch' and 'hlsearch' are set /\v highlights everything.
140-
Also see #2337
141-
142143
Python indenting: alternative way to indent arguments:
143144
http://orchistro.tistory.com/236
144145
Should be supported with a flag.
@@ -178,9 +179,6 @@ Using 'wildignore' also applies to literally entered file name. Also with
178179

179180
Patch to support ":tag <tagkind> <tagname". (emmrk, 2018 May 7, #2871)
180181

181-
Patch to use the xdiff library instead of external diff. (Christian Brabandt,
182-
2018 Mar 20, #2732)
183-
184182
Implement option_save() and option_restore():
185183
option_restore({list}) *option_restore()*
186184
Restore options previously saved by option_save().
@@ -209,7 +207,7 @@ option_save({list}) *option_save()*
209207
directory (Paulo Marcel Coelho Arabic, 2017 Oct 30, #2266)
210208
Also see #1689.
211209

212-
ml_get error when using a Python. (Yggdroot, 2017 Jun 1, #1737)
210+
ml_get error when using a Python script. (Yggdroot, 2017 Jun 1, #1737)
213211
Lemonboy can reproduce (2017 Jun 5)
214212

215213
crash when removing an element while inside map(). (Nikolai Pavlov, 2018 Feb
@@ -233,12 +231,6 @@ CTRL-X on zero gets stuck on 0xfffffffffffffffe. (Hengyang Zhao, #2746)
233231

234232
A function on a dictionary is not profiled. (ZyX, 2010 Dec 25)
235233

236-
Patch to fix E806. (Dominique, 2017 Nov 22, #2368)
237-
Kazunobu Kuriyama: caused by XtSetLanguageProc().
238-
239-
Patch to fix GUI find/replace dialog. (kiloliter, 2017 Dec 11, report in
240-
#2418, fix in #2435)
241-
242234
Invalid range error when using BufWinLeave for closing terminal.
243235
(Gabriel Barta, 2017 Nov 15, #2339)
244236

@@ -250,18 +242,12 @@ Olaf Dabrunz is working on this. (10 Jan 2016)
250242
found here: http://www.ioplex.com/~miallen/libmba/dl/src/diff.c
251243
It's complicated and badly documented.
252244
Alternative: use the xdiff library. Patch from Christian Brabandt, 2018 Mar
253-
2018, #2732)
245+
20, #2732)
254246

255247
ml_get errors with buggy script. (Dominique, 2017 Apr 30)
256248

257249
Error in emsg with buggy script. (Dominique, 2017 Apr 30)
258250

259-
Patch to fix encoding in print document name (Yasuhiro Matsumoto, 2017 Dec 20,
260-
#2478)
261-
262-
Patch to copy buffer-local options before buffer leaves the window. (Bjorn
263-
Linse, 2017 Nov 14, #2336)
264-
265251
Join truncates xml comment. (Dmitrii Tcyganok, 2017 Dec 24, #2494)
266252
Requires 'formatoptions' to include "j". (Gary Johnson, 2017 Dec 24)
267253

@@ -281,9 +267,6 @@ In an optional package the "after" directory is not scanned?
281267
Universal solution to detect if t_RS is working, using cursor position.
282268
Koichi Iwamoto, #2126
283269

284-
Patch to fix cmdline abbreviation after '<,'>. (Christian Brabandt, 2017 Nov
285-
13, on issue #2320)
286-
287270
Patch for Neovim concerning restoring when closing help window. (glacambre
288271
neovim #7431)
289272

@@ -465,8 +448,6 @@ Or is this not an actual problem?
465448

466449
Better TeX indent file. (Christian Brabandt, 2017 May 3)
467450

468-
Openhab syntax file (mueller, #1678)
469-
470451
Patch to use a separate code for BS on Windows. (Linwei, #1823)
471452

472453
Use gvimext.dll from the nightly build? (Issue #249)
@@ -646,6 +627,8 @@ Does this also fix #1408 ?
646627

647628
Patch for 'cursorlinenr' option. (Ozaki Kiichi, 2016 Nov 30)
648629

630+
Patch to fix profiling condition lines. (Ozaki Kiichi,, 2017 Dec 26, #2499)
631+
649632
Patch to be able to separately map CTRL-H and BS on Windows.
650633
(Linwei, 2017 Jul 11, #1833)
651634

0 commit comments

Comments
 (0)