1- *todo.txt* For Vim version 8.0. Last change: 2017 Jun 05
1+ *todo.txt* For Vim version 8.0. Last change: 2017 Jun 13
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -113,6 +113,7 @@ With foldmethod=syntax and nofoldenable comment highlighting isn't removed.
113113(Marcin Szewczyk, 2017 Apr 26)
114114
115115ml_get error when using a Python. (Yggdroot, 2017 Jun 1, #1737)
116+ Lemonboy can reproduce (2017 Jun 5)
116117
117118ml_get errors with buggy script. (Dominique, 2017 Apr 30)
118119
@@ -144,15 +145,9 @@ Openhab syntax file (mueller, #1678)
144145
145146Use gvimext.dll from the nightly build? (Issue #249)
146147
147- Patch to remove HAVE_GTK_MULTIHEAD-relevant code. (Kazunobu Kuriyama, 2017 May
148- 5) Update May 11
149-
150148'synmaxcol' works with bytes instead of screen cells. (Llandon, 2017 May 31,
151149#1736)
152150
153- Patch to pass quickfix list index to functions. (Yegappan Lakshmanan, 2017 May
154- 31)
155-
156151Problem with using :cd when remotely editing a file. (Gerd Wachsmuth, 2017 May
1571528, #1690)
158153
@@ -168,35 +163,15 @@ manager. Problem with Motif?
168163Bogus characters inserted when triggering indent while changing text.
169164(Vitor Antunes, 2016 Nov 22, #1269)
170165
171- Patch to have ":stag" respect 'switchbuf' . (Ingo Karkat, 2017 May 5, #1681)
172-
173- Patch to improve building with MSVC. (Leonardo Manera, #1747)
174-
175- Wrong selection of quoted text (Guraga, #1687)
176- Patch to fix selection of quoted text. (Christian Brabandt, 2017 May 7, #1687)
177-
178- Patch to use separate error message for regex range. (Itchyny, Ken Hamada,
179- 2017 May 16)
180-
181166Segmentation fault with complete(). (Lifepillar, 2017 Apr 29, #1668)
182167Check for "pat" to be NULL in search_for_exact_line()?
183168How did it get NULL? Comment by Christian, Apr 30.
184169
185170Is it possible to keep the complete menu open when calling complete()?
186171(Prabir Shrestha, 2017 May 19, #1713)
187172
188- Calling may_req_ambiguous_char_width() and may_req_bg_color() only after
189- executing command line commands may not work properly.
190- (Rastislav Barlink, 2017 May 18)
191- Set "starting" to 0 earlier, and move the may_req calls above exe_commands()?
192- No, that's a problem with using "-c quit", not running Vim interactive.
193-
194173Memory leak in test97? The string is actually freed. Weird.
195174
196- Patch for shellescape(). (Christian Brabandt, 2017 Apr 20, #1590)
197-
198- Patch for flickering redraw. (Hirohito Higashi, 2017 Apr 23, #1637)
199-
200175New value "uselast" for 'switchbuf' . (Lemonboy, 2017 Apr 23, #1652)
201176
202177Add a toolbar in the terminal. Can be global, above all windows, or specific
@@ -212,18 +187,6 @@ Perhaps simpler: actually delete the mappings. Use maplist() to list matching
212187mappings (with a lhs prefix, like maparg()), mapdelete() to delete,
213188maprestore() to restore (using the output of maplist().
214189
215- Patch to support chinese wordcount in utf-8. (Rain, 2017 May 24, #1722)
216- Or not?
217-
218- "gn" selects one character instead of the searched text. (keyboardfire, #1683)
219- Patch by Christian, 2017 May 7.
220-
221- Wrong memory access using p_fdm, found in patch to add tests for diff mode
222- (#1658) (Dominique Pelle, 2017 May 6)
223-
224- Patch to improve test coverage for diff mode. (Dominique Pelle, 2017 May 11,
225- #1685)
226-
227190Add an argument to :mkvimrc (or add aother command) to skip mappings from
228191plugins (source is a Vim script). No need to put these in a .vimrc, they will
229192be defined when the plugin is loaded.
@@ -249,6 +212,7 @@ Also get E749 on exit.
249212Another example in #1309
250213
251214Patch to change all use of &sw to shiftwidth(). (Tyru, 2017 Feb 19)
215+ Takuya Fujiwara
252216Wait until maintainers integrate it.
253217
254218When deleting a mark or register, leave a tombstone, so that it's also deleted
@@ -358,6 +322,8 @@ Patch for wrong cursor position on wrapped line, involving breakindent.
358322(Ozaki Kiichi, 2016 Nov 25)
359323Does this also fix #1408 ?
360324
325+ Patch to add "module" to quickfix entries. (Coot, 2017 Jun 8, #1757)
326+
361327Patch for 'cursorlinenr' option. (Ozaki Kiichi, 2016 Nov 30)
362328
363329When 'completeopt' has "noselect" does not insert a newline. (Lifepillar, 2017
@@ -500,9 +466,6 @@ This does not work: :set cscopequickfix=a-
500466
501467Possibly wrong value for seq_cur. (Florent Fayolle, 2016 May 15, #806)
502468
503- Patch to add separate highlighting for quickfix current line.
504- (anishsane, 2016 Sep 16, #1080)
505-
506469Filetype plugin for awk. (Doug Kearns, 2016 Sep 5)
507470
508471Patch to improve map documentation. Issue #799.
@@ -539,6 +502,9 @@ Because of using the initial buffer? (Dun Peal, 2016 May 12)
539502Patch to add the :bvimgrep command. (Christian Brabandt, 2014 Nov 12)
540503Updated 2016 Jun 10, #858 Update 2017 Mar 28: use <buffer>
541504
505+ Patch to fix that an encoding conversion failure results in a corrupted or
506+ empty file. (Christian Brabandt, #1765, https://github.com/chrisbra/vim-mq-patches/blob/master/conversion_error )
507+
542508Add redrawtabline command. (Naruhiko Nishino, 2016 Jun 11)
543509
544510Neovim patch for utfc_ptr2char_len() https://github.com/neovim/neovim/pull/4574
@@ -1032,8 +998,6 @@ Patch to handle integer overflow. (Aaron Burrow, 2013 Dec 12)
1032998Patch to add "ntab" item in 'listchars' to repeat first character. (Nathaniel
1033999Braun, pragm, 2013 Oct 13) A better solution 2014 Mar 5.
10341000
1035- /[b-a] gives error E16, should probably be E769.
1036-
103710017 Windows XP: When using "ClearType" for text smoothing, a column of yellow
10381002 pixels remains when typing spaces in front of a "D" ('guifont' set to
10391003 "lucida_console:h8").
0 commit comments