1- *todo.txt* For Vim version 8.2. Last change: 2020 Mar 01
1+ *todo.txt* For Vim version 8.2. Last change: 2020 Mar 13
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -38,10 +38,23 @@ browser use: https://github.com/vim/vim/issues/1234
3838 *known-bugs*
3939-------------------- Known bugs and current work -----------------------
4040
41+ When starting a terminal popup the size defaults to nothing. Should have a
42+ sensible default, e.g. four lines of 30 chars.
43+ call popup_create(term_start(&shell, #{hidden: 1}), #{})
44+
45+ Test_terminal_in_popup() still sometimes fails with "All" instead of "Top".
46+
47+ Patch to fix vimtutor problems on Windows (Wu Yongwei, #5774)
48+
49+ Additional tests for menu. (Yegappan, #5760)
50+ Introduces menu_info(), check that out.
51+
4152Vim9 script:
42- - better implementation for partial and tests.
53+ - Add vim9 commands to index, so that vim.vim will get them automatically.
54+ See email from Charles March 11 2020.
4355- "func" inside "vim9script" doesn't work? (Ben Jackson, #5670)
4456- "echo Func()" is an error if Func() does not return anything.
57+ - better implementation for partial and tests for that.
4558- Make "g:imported = Export.exported" work in Vim9 script.
4659- Make Foo.Bar() work to call the dict function. (#5676)
4760- make "let var: string" work in a vim9script.
@@ -80,7 +93,14 @@ Vim9 script:
8093 LOADVARARG (varags idx)
8194
8295Popup windows:
96+ - popup_clear() and popup_close() should close the terminal popup, and
97+ make the buffer hidden. #5745
8398- With terminal in popup, allow for popup_hide() to temporarily hide it.?
99+ - With some sequence get get hidden finished terminal buffer. (#5768)
100+ - Fire some autocommand event after a new popup window was created and
101+ positioned? PopupNew? Could be used to set some options or move it out of
102+ the way. (#5737)
103+ However, it may also cause trouble, changing the popup of another plugin.
84104- Use popup (or popup menu) for command line completion
85105- When using a popup for the info of a completion menu, and there is not
86106 enough space, let the popup overlap with the menu. (#4544)
@@ -94,7 +114,7 @@ Popup windows:
94114- Figure out the size and position better if wrapping inserts indent
95115
96116Text properties:
97- - prop_find() may not find text property at start of the line . (#5663 )
117+ - "cc" does not call inserted_bytes() . (Axel Forsman, #5763 )
98118- Get E685 with a sequence of commands. (#5674)
99119- Combining text property with 'cursorline' does not always work (Billie
100120 Cleek, #5533)
@@ -165,7 +185,7 @@ Terminal emulator window:
165185
166186Error numbers available:
167187E451, E452, E453, E454, E460, E489, E491, E565, E578, E610, E611, E653,
168- E654, E856, E857, E860, E861, E900
188+ E654, E856, E857, E861, E900
169189
170190Patch to fix drawing error with DirectX. (James Grant, #5688)
171191Causes flicker on resizing.
@@ -174,10 +194,15 @@ Patch to use more FOR_ALL_ macros and use them. (Yegappan Lakshmanan, #5339)
174194
175195Patch to explain use of "%" in :!. (David Briscoe, #5591)
176196
197+ Patch to improve Windows terminal support. (Nobuhiro Takasaki, #5546)
198+ Ready to include.
199+
177200Patch to add "-d" to xxd. (#5616)
178201
179202Patch to add Turkish manual. (Emir Sarı, #5641)
180203
204+ File marks merging has duplicates since 7.4.1925. (Ingo Karkat, #5733)
205+
181206Running test_gui and test_gui_init with Motif sometimes kills the window
182207manager. Problem with Motif? Now test_gui crashes in submenu_change().
183208Athena is OK.
@@ -191,21 +216,25 @@ Needs better docs. Is there a better name?
191216
192217undo result wrong: Masato Nishihata, #4798
193218
219+ Patch for Template string: #4491. New pull: #4634
220+ Ready to include? Review the code.
221+
194222When 'lazyredraw' is set sometimes the title is not updated.
195223(Jason Franklin, 2020 Feb 3) Looks like a race condition.
196224
197225Strange sequence of BufWipeout and BufNew events while doing omni-complete.
198226(Paul Jolly, #5656)
199227Get BufDelete without preceding BufNew. (Paul Jolly, #5694)
228+ Later more requests for what to track.
229+ Should we add new events that don't allow any buffer manipulation?
230+ Really only for dealing with appearing and disappearing buffers, load and
231+ unload.
200232BufWinenter event not fired when saving unnamed buffer. (Paul Jolly, #5655)
201233Another spurious BufDelete. (Dani Dickstein, #5701)
202234
203235Patch to add function to return the text used in the quickfix window.
204236(Yegappan, #5465)
205237
206- Patch for Template string: #4491. New pull: #4634
207- Implementation is too inefficient, avoid using lambda.
208-
209238Patch to add readdirex() (Ken Takata, #5619)
210239
211240Request to support <Cmd> in mappings, similar to how Neovim does this.
@@ -248,6 +277,12 @@ match, total matches). (#5631)
248277Patch to provide search stats in a variable, so that it can be used in the
249278statusline. (Fujiwara Takuya, #4446)
250279
280+ Patch for ambiguous width characters in libvterm on MS-Windows 10.
281+ (Nobuhiro Takasaki, #4411)
282+
283+ behavior of i_CTRl-R_CTRL-R differs from documentation. (Paul Desmond Parker,
284+ #5771)
285+
251286":bnext" in a help buffer is supposed to go to the next help buffer, but it
252287goes to any buffer, and then :bnext skips help buffers, since they are
253288unlisted. (#4478)
@@ -305,6 +340,7 @@ Patch to add per-tabpage and per-window previous directory: "lcd -" and "tcd
305340Does not build with MinGW out of the box:
306341- _stat64 is not defined, need to use "struct stat" in vim.h
307342- WINVER conflict, should use 0x0600 by default?
343+ - INT_MAX not defined: need to include <limits.h> in vim.h
308344
309345Crash when mixing matchadd and substitute()? (Max Christian Pohle, 2018 May
31034613, #2910) Can't reproduce?
@@ -431,9 +467,6 @@ with the first character (like what happens with a last line that doesn't
431467fit). Display "<<<" at the start of the first visible line (like "@@@" is
432468displayed in the last line). (Arseny Nasokin, #5154)
433469
434- Patch for ambiguous width characters in libvterm on MS-Windows 10.
435- (Nobuhiro Takasaki, #4411)
436-
437470Window size changes after closing a tab. (#4741)
438471
439472Problem with colors in terminal window. (Jason Franklin, 2019 May 12)
0 commit comments