1- *todo.txt* For Vim version 7.4. Last change: 2016 Apr 30
1+ *todo.txt* For Vim version 7.4. Last change: 2016 May 08
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -34,36 +34,30 @@ not be repeated below, unless there is extra information.
3434 *known-bugs*
3535-------------------- Known bugs and current work -----------------------
3636
37- Athena version doesn't start up. Related to termguicolors change. (Kelvin
38- Lee)
39-
40- Test_out_close_cb sometimes fails.
41- Why is DETACH not send to OutHandler()?
42-
43- Vim reliably crashes when freeing the job and operator-pending mode is active.
44- (James McCoy, 2016 Apr 26)
45-
46- Using close callback to read output doesn't work reliably.
47- (Andrew Stewart, 2016 Apr 27)
37+ Crash when running a job a second time. (stewart, May 4)
4838
4939problem with "Ignore" after adding 'guicolors' . (Charles Campbell, 2016 Apr
504027)
5141
5242In test_partial when start_job() has a non-existing command memory leaks.
5343
44+ Rename garbagecollect_for_testing() to test_garbagecollect_now().
45+ Add test_get_null_list(), use in test_expr.
46+
5447Memory leak in test49
5548Memory leak in test_alot, with matchstrpos()
5649
5750Packages:
58- Also keep a list of loaded plugins, skip when encountered again?
51+ - Add the "after" directory to 'runtimepath' only if it exists.
52+ (Greg Hurrell, May 1)
53+ - Also keep a list of loaded plugins, skip when encountered again?
5954
6055Vim.org: when a user already has a homepage, do show the field so that it can
6156be deleted.
6257
63- Running gvim from Agide causes a crash.
64-
6558+channel:
66- - Only add DETACH message for netbeans.
59+ - When running "echo hello" the job remains defunc. (Nicola, May 7)
60+ - Feedback from Ramel Eshed, May 7. Occasional crashes.
6761- GUI:cursor blinking is irregular when invoking callbacks. (Ramel Eshed, 2016
6862 Apr 16) somehow remember the previous state?
6963- When a message in the queue but there is no callback, drop it after a while?
8175
8276Make it so that the window ID can be used where currently a window nr is used
8377
84- Patch to fix invalid behavior with NULL list. (Nikolai Pavlov, #768)
85- Also check :for.
86-
8778Regexp problems:
8879- Since 7.4.704 the old regex engine fails to match [[:print:]] in 0xf6.
8980 (Manuel Ortega, 2016 Apr 24)
@@ -139,6 +130,9 @@ What if there is an invalid character?
139130Once .exe with updated installer is available: Add remark to download page
140131about /S and /D options (Ken Takata, 2016 Apr 13)
141132
133+ Patch to avoid reallocating buffer for quickfix lines three times.
134+ (Yegappan Lakshmanan, 2016 May 7)
135+
142136Patch to make cursor blinking work better with GTK3. (Kazunobu Kuriyama, 2016
143137Apr 19) Need to check this works on Linux.
144138Alternative:
@@ -152,6 +146,11 @@ Add tests for using number larger than number of lines in buffer.
152146Patch to fix escaping special characters for delete(). (tc-0, 2016 Mar 20,
153147#700) Test fails on MS-Windows.
154148
149+ Invalid behavior with NULL list. (Nikolai Pavlov, #768)
150+
151+ After patch 7.4.1818 the language is removed too often. (Ken Takata, 2016 May
152+ 5)
153+
155154When 'autochdir' is set, writing new file does not change the current dir.
156155(Dan Church, issue #777)
157156
@@ -834,6 +833,7 @@ optional. (2013 Jul 12)
834833Dialog is too big on Linux too. (David Fishburn, 2013 Sep 2)
835834
836835Improve the installer for MS-Windows. There are a few alternatives:
836+ - Add silent install option. (Shane Lee, #751)
837837- Installer from Cream (Steve Hall).
838838- Modern UI 2.0 for the Nsis installer. (Guopeng Wen)
839839 https://github.com/gpwen/vim-installer-mui2
0 commit comments