1- *todo.txt* For Vim version 7.4. Last change: 2016 Aug 26
1+ *todo.txt* For Vim version 7.4. Last change: 2016 Aug 27
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -35,15 +35,9 @@ not be repeated below, unless there is extra information.
3535-------------------- Known bugs and current work -----------------------
3636
3737Make ":filter" work with more commands.
38-
39- C highlighting: modern C allows /* comment */ #ifdef
40-
41- Ramel Eshed: system() is much slower than job_start(), why? (Aug 26)
42-
43- Error in viminfo. (John Chen, 2016 Aug 26, #1010)
38+ Search for: msg_putchar('\n')
4439
4540+channel:
46- - Check that raw mode does NL-NUL conversion.
4741- Implement | job-term | ?
4842- Channel test fails with Motif. Sometimes kills the X11 server.
4943- When a message in the queue but there is no callback, drop it after a while?
@@ -111,9 +105,6 @@ Regexp problems:
111105- Search for /\%d0\+ causes error E363 in a file with consecutive NUL
112106 characters. (Christian Brabandt, 2016 Jun 7)
113107
114- getbufinfo() may return a lot of data. Select what to return?
115- remove variables, does that help?
116-
117108json_encode(): should convert to utf-8. (Nikolai Pavlov, 2016 Jan 23)
118109What if there is an invalid character?
119110
@@ -126,10 +117,6 @@ Once .exe with updated installer is available: Add remark to download page
126117about /S and /D options (Ken Takata, 2016 Apr 13)
127118Or point to nightly builds: https://github.com/vim/vim-win32-installer/releases
128119
129- Problem with completion on "**/" in $path. (issue #932)
130- Happens in uniquefy_paths() ? More info Jul 22.
131- Fix for this (Harm te Hennepe, 2016 Jul 21, #939)
132-
133120Cursor positioned in the wrong place when editing src/testdir/test_viml.vim.
134121
135122Javascript indent wrong after /* in single quoted string:
@@ -194,6 +181,8 @@ Patch for restoring wide characters in the console buffer.
194181We can use '. to go to the last change in the current buffer, but how about
195182the last change in any buffer? Can we use ', (, is next to .)?
196183
184+ Ramel Eshed: system() is much slower than job_start(), why? (Aug 26)
185+
197186Patch for Python: #622. (Roland Puntaier, 2016 Feb 2)
198187What does it change?
199188
@@ -405,6 +394,10 @@ inconsistent with the documentation.
405394Can we cache the syntax attributes, so that updates for 'relativenumber' and
406395'cursorline' /'cursorcolumn' are a lot faster?
407396
397+ C highlighting: modern C allows: /* comment */ #ifdef
398+ and also line continuation after #include.
399+ I can't recommend it though.
400+
408401Build with Python on Mac does not always use the right library.
409402(Kazunobu Kuriyama, 2015 Mar 28)
410403
0 commit comments