1- *todo.txt* For Vim version 8.0. Last change: 2016 Nov 17
1+ *todo.txt* For Vim version 8.0. Last change: 2016 Dec 01
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -35,22 +35,7 @@ there will not be repeated below, unless there is extra information.
3535 *known-bugs*
3636-------------------- Known bugs and current work -----------------------
3737
38- Test_help_complete sometimes fails on MS-Windows:
39- function RunTheTest[9]..Test_help_complete line 22: Expected ['h test-char@ab',
40- 'h test-char@en', 'h test-col@ab', 'h test-col@en'] but got ['h test-char@en', '
41- h test-char@en\t', 'h test-col@ab', 'h test-col@en']
42- Appears to be related to calling feedkeys() with exactly 8 characters.
43-
44- Patch for GTK3: Kazunobu Kuriyama, 14 Nov.
45-
46- Patch for fix breakindent bug (Christian, Nov 15)
47-
4838+channel:
49- - Skip checking if job ended if there aren't any. (ichizok, 2016 Nov 7, #1196)
50- - problem with channel callback getting job, while the job was already
51- deleted. #1242. Fix in #1245 (ichizok), but is that correct?
52- Perhaps just replace job_still_alive() with job_still_useful()?
53- That's not sufficient.
5439- Problem with stderr on Windows? (Vincent Rischmann, 2016 Aug 31, #1026)
5540- Add 'cwd' argument to start_job(): directory to change to in the child.
5641 check for valid directory before forking.
@@ -115,25 +100,26 @@ Regexp problems:
115100- Difference between two engines: ".*\zs\/\@>\/" on text "///"
116101 (Chris Paul, 2016 Nov 13) New engine not greedy enough?
117102
118- Patch to support nested namespace syntax. (Pauli, 2016 Oct 30, #1214)
119-
120- Patch to fix popup menu positioning. (Hirohito Higashi, 2016 Nov 7, #1241)
121-
122- Patch to make help tag jumps keep language. (Tatsuki, #1249)
123- Test by Hirohito Higashi.
103+ '] mark invalid after undoing insert "hello".
124104
125105Make html indent file use javascript indent, now that it's not just cindent.
126106#1220
127107
108+ Use __sun instead of sun define check. #1296
109+
128110Patch to use buffer id for system() and systemlist() (LemonBoy, 2016 Nov 7,
129111#1240)
130112
113+ When using symbolic links, a package path will not be inserted at the right
114+ position in 'runtimepath' . (Dugan Chen, 2016 Nov 18)
115+
131116json_encode(): should convert to utf-8. (Nikolai Pavlov, 2016 Jan 23)
132117What if there is an invalid character?
133118
134119Bug: ":earlier 100d" doesn't work after using undo file.
135120(Pavol Juhas, 2016 Nov 15, #1254)
136121Fix by Christian, but lacks a test.
122+ Test by Pavol Juhas, Nov 22.
137123
138124Bug: Json with same key should not give internal error. (Lcd, 2016 Oct 26)
139125Make dict_add give a duplicate key error.
@@ -162,6 +148,9 @@ Error in test_startup_utf8 on Solaris. (Danek Duvall, 2016 Aug 17)
162148Screen updated delayed when using CTRL-O u in Insert mode.
163149(Barlik, #1191) Perhaps because status message?
164150
151+ Patch to fix that empty first tab is not in session.
152+ (Hirohito Higashi, 2016 Nov 25, #1282)
153+
165154Patch for restoring wide characters in the console buffer.
166155(Ken Takata, 2016 Jun 7)
167156
@@ -187,6 +176,11 @@ Is there another solution?
187176On MS-Windows with 'clipboard' set to "unnamed" this doesn't work to double
188177lines: :g/^/normal yyp On Unix it works OK. (Bryce Orgill, 2016 Nov 5)
189178
179+ Patch for wrong cursor position on wrapped line, involving breakindent.
180+ (Ozaki Kiichi, 2016 Nov 25)
181+
182+ Patch for 'cursorlinenr' option. (Ozaki Kiichi, 2016 Nov 30)
183+
190184Invalid behavior with NULL list. (Nikolai Pavlov, #768)
191185E.g. deepcopy(test_null_list())
192186
@@ -195,6 +189,13 @@ Patch to make it possible to extend a list with itself.
195189
196190Patch to add Zstandard compressed file support. (Nick Terrell, 2016 Oct 24)
197191
192+ Patch to add trim() function. (Bukn, 2016 Nov 25, #1280)
193+
194+ Patch to add MODIFIED_BY to MSVC build file. (Chen Lei, 2016 Nov 24, #1275)
195+
196+ On Windows buffer completion sees backslash as escape char instead of path
197+ separator. (Toffanim, 2016 Nov 24, #1274)
198+
198199min() and max() spawn lots of error messages if sorted list/dictionary
199200contains invalid data (Nikolay Pavlov, 2016 Sep 4, #1039)
200201
@@ -272,6 +273,9 @@ Lakshmanan, 2016 Aug 25)
272273MS-Windows: use WS_HIDE instead of SW_SHOWMINNOACTIVE in os_win32.c?
273274Otherwise task flickers in taskbar.
274275
276+ Bogus characters inserted when triggering indent while changing test.
277+ (Vitor Antunes, 2016 Nov 22, #1269)
278+
275279Should make ":@r" handle line continuation. (Cesar Romani, 2016 Jun 26)
276280Also for ":@.".
277281
@@ -280,6 +284,9 @@ Repeating 'opfunc' in a function only works once. (Tarmean, 2016 Jul 15, #925)
280284Have a way to get the call stack, in a function and from an exception.
281285#1125
282286
287+ Patch to add 'pythonhome' and 'pythonthreehome' options. (Kazuki Sakamoto,
288+ 2016 Nov 21, #1266)
289+
283290Second problem in #966: ins_compl_add_tv() uses get_dict_string() multiple
284291times, overwrites the one buffer. (Nikolay Pavlov, 2016 Aug 5)
285292
@@ -1306,6 +1313,7 @@ With "tw=55 fo+=a" typing space before ) doesn't work well. (Scott Mcdermott,
13061313
13071314Patch to add random number generator. (Hong Xu, 2010 Nov 8, update Nov 10)
13081315Alternative from Christian Brabandt. (2010 Sep 19)
1316+ New one from Yasuhiro Matsumoto, #1277.
13091317
13101318Messages in message.txt are highlighted as examples.
13111319
0 commit comments