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
3838Terminal 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
4146On 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+
4452balloon_show() does not work properly in the terminal. (Ben Jackson, 2017 Dec
455320, #2481)
4654Also see #2352, want better control over balloon, perhaps set the position.
@@ -127,18 +135,11 @@ Jan 15, #2555)
127135
128136Check 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-
134138Patch to add reg_executing() and reg_recording(). (Hirohito Higashi, #2745)
135139
136140No maintainer for Vietnamese translations.
137141No maintainer for Simplified Chinese translations.
138142
139- When 'inchsearch' and 'hlsearch' are set /\v highlights everything.
140- Also see #2337
141-
142143Python indenting: alternative way to indent arguments:
143144http://orchistro.tistory.com/236
144145Should be supported with a flag.
@@ -178,9 +179,6 @@ Using 'wildignore' also applies to literally entered file name. Also with
178179
179180Patch 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-
184182Implement option_save() and option_restore():
185183option_restore({list} ) *option_restore()*
186184 Restore options previously saved by option_save().
@@ -209,7 +207,7 @@ option_save({list}) *option_save()*
209207directory (Paulo Marcel Coelho Arabic, 2017 Oct 30, #2266)
210208Also 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)
213211Lemonboy can reproduce (2017 Jun 5)
214212
215213crash 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
234232A 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-
242234Invalid 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.
252244Alternative: use the xdiff library. Patch from Christian Brabandt, 2018 Mar
253- 2018 , #2732)
245+ 20 , #2732)
254246
255247ml_get errors with buggy script. (Dominique, 2017 Apr 30)
256248
257249Error 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-
265251Join truncates xml comment. (Dmitrii Tcyganok, 2017 Dec 24, #2494)
266252Requires 'formatoptions' to include "j". (Gary Johnson, 2017 Dec 24)
267253
@@ -281,9 +267,6 @@ In an optional package the "after" directory is not scanned?
281267Universal solution to detect if t_RS is working, using cursor position.
282268Koichi Iwamoto, #2126
283269
284- Patch to fix cmdline abbreviation after '<,'>. (Christian Brabandt, 2017 Nov
285- 13, on issue #2320)
286-
287270Patch for Neovim concerning restoring when closing help window. (glacambre
288271neovim #7431)
289272
@@ -465,8 +448,6 @@ Or is this not an actual problem?
465448
466449Better TeX indent file. (Christian Brabandt, 2017 May 3)
467450
468- Openhab syntax file (mueller, #1678)
469-
470451Patch to use a separate code for BS on Windows. (Linwei, #1823)
471452
472453Use gvimext.dll from the nightly build? (Issue #249)
@@ -646,6 +627,8 @@ Does this also fix #1408 ?
646627
647628Patch for 'cursorlinenr' option. (Ozaki Kiichi, 2016 Nov 30)
648629
630+ Patch to fix profiling condition lines. (Ozaki Kiichi,, 2017 Dec 26, #2499)
631+
649632Patch to be able to separately map CTRL-H and BS on Windows.
650633(Linwei, 2017 Jul 11, #1833)
651634
0 commit comments