1- *todo.txt* For Vim version 8.0. Last change: 2017 Mar 21
1+ *todo.txt* For Vim version 8.0. Last change: 2017 Mar 29
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -110,8 +110,8 @@ manager. Problem with Motif?
110110
111111Memory leak in test97? The string is actually freed. Weird.
112112
113- Patch to make "start" work better: Use ShellExecute in !start (Katsuya Hino,
114- #1570 )
113+ Patch for deleting the quickfix lists and a test for it. (Yegappan, 2017 Mar
114+ 21 )
115115
116116Add a toolbar in the terminal. Can be global, above all windows, or specific
117117for one window.
@@ -122,6 +122,8 @@ Use tb_set(winid, [{'text': 'stop', 'cb': callback, 'hi': 'Green'}])
122122json_encode(): should convert to utf-8. (Nikolai Pavlov, 2016 Jan 23)
123123What if there is an invalid character?
124124
125+ Patch for broken foldtext. (Christian 2017 Mar 22, #1567, 2nd one)
126+
125127Json string with trailing \u should be an error. (Lcd)
126128
127129On MS-Windows with 'clipboard' set to "unnamed" this doesn't work to double
@@ -148,6 +150,9 @@ Another example in #1309
148150Patch to change all use of &sw to shiftwidth(). (Tyru, 2017 Feb 19)
149151Wait until maintainers integrate it.
150152
153+ Patch to change mb_char2len() to utf_char2len(c) when known to use UTF.
154+ (Dominique, 2017 Mar 21, #1582)
155+
151156Completion for user-defined commands does not work if a few characters were
152157already typed. (Dominique, 2017 Jan 26)
153158
@@ -157,6 +162,9 @@ when writing viminfo (and the delete was the most recent action). #1339
157162Suggestion to improve pt-br spell checking. (Marcelo D Montu, 2016 Dec 15,
158163#1330)
159164
165+ Patch to Modernize GtkForm Implmentation. (Kazuki Kuriyama, 2017 Mar 26)
166+ Any objections?
167+
160168Error in test_startup_utf8 on Solaris. (Danek Duvall, 2016 Aug 17)
161169
162170Completion for :!cmd shows each match twice. #1435
@@ -341,14 +349,6 @@ Jul 25, #948)
341349Patch to fix wrong encoding of error message on Cygwin/MSYS terminal.
342350(Ken Takata, 2016 Oct 4)
343351
344- Patch to introduce 'cmdencoding' . (Ken Takata, Aug 18?)
345- Better help Aug 19.
346- Problem: applies to too many commands, such as :cbuffer.
347- Updated patch with three options, 2016 Sep 8.
348- Win32: When running ":make" and 'encoding' differs from the system locale,
349- the output should be converted. Esp. when 'encoding' is "utf-8". (Yongwei
350- Wu) Should we use 'termencoding' for this?
351-
352352Patch to add 'systemencoding' , convert between 'encoding' and this for file
353353names, shell commands and the like. (Kikuchan, 2010 Oct 14)
354354Assume the system converts between the actual encoding of the filesystem to
@@ -421,7 +421,7 @@ When doing "vi buf.md" a BufNew autocommand for *.md is not triggered.
421421Because of using the initial buffer? (Dun Peal, 2016 May 12)
422422
423423Patch to add the :bvimgrep command. (Christian Brabandt, 2014 Nov 12)
424- Updated 2016 Jun 10, #858
424+ Updated 2016 Jun 10, #858 Update 2017 Mar 28: use <buffer>
425425
426426Add redrawtabline command. (Naruhiko Nishino, 2016 Jun 11)
427427
0 commit comments