1- *todo.txt* For Vim version 7.4. Last change: 2015 Jun 09
1+ *todo.txt* For Vim version 7.4. Last change: 2015 Jun 19
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -78,32 +78,16 @@ Patch to make getregtype() return the right size for non-linux systems.
7878(Yasuhiro Matsumoto, 2014 Jul 8)
7979Breaks test_eval. Inefficient, can we only compute y_width when needed?
8080
81- Patch to fix test (Christian, 2015 May 5)
82-
83- Patch to fix ml_get error. (Yukihiro Nakadaira, 2015 May 22)
84-
85- Patch for neovim. (Christian, 2015 May 5)
86-
8781Problem that a previous silent ":throw" causes a following try/catch not to
8882work. (ZyX, 2013 Sep 28)
8983
9084Problem using ":try" inside ":execute". (ZyX, 2013 Sep 15)
9185
9286Regression for v_b_A. (Ingo Karkat, 2015 May 18)
9387
94- Patch for memory access problem. (Dominique Pelle, 2015 May 5)
95-
96- R indent files update. (Jakson Alves de Aquino, Mar 31)
97-
98- Updated Python syntax file. (Dmitry Vasiliev, Mar 30)
99- Discucussion about what version to use, Petkovic, 2015 May 19.
100- Patch for existing syntax file, Zvezdan Petkovic, 2015 May 17)
101-
10288":cd C:\Windows\System32\drivers\etc*" does not work, even though the
10389directory exists. (Sergio Gallelli, 2013 Dec 29)
10490
105- Patch on issue 361 by James McCoy.
106-
10791Patch on issue 365.
10892
10993Patch to add "vsplit" to 'switchbuf' . (Brook Hong, 2015 Jun 4)
@@ -121,6 +105,10 @@ keymap for Russian typewriter layout. (Danwerspb, 2015 May 15)
121105Patch for man.vim. (SungHyun Nam, 2015 May 20)
122106Doesn't work completely (Dominique Orban)
123107
108+ The entries added by matchaddpos() are returned by getmatches() but can't be
109+ set with setmatches(). (lcd47, 2014 Jun 29)
110+ Patch by Christian, 2015 Jun 16.
111+
124112Invalid memory access in regexp.c. (Dominique Pelle, 2015 May 23)
125113
126114Using ":windo" to set options in all windows has the side effect that it
@@ -142,6 +130,7 @@ Patch for appending in Visual mode with 'linebreak' set.
142130
143131Patch to make CTRL-A in Visual mode increment all Visually selected numbers.
144132Same for decrement with CTRL-X . (Christian Brabandt, 2015 Jun 8)
133+ Update Jun 9.
145134
146135C indent: should recognize C11 raw strings. (Mark Lodato, 2015 Mar 1)
147136Need to recognize R"string" for 'cindent' .
@@ -154,6 +143,11 @@ Patch to detect background terminal color in xterm. (Lubomir Rintel, 2015 Jun
154143Patch to fix that in command-line window first character is erased
155144when conceallevel is set. (Hirohito Higashi, 2015 May 12)
156145
146+ Patch to make Lua 5.3 and later work. (Felix Schnizlein, 2015 Jun 11)
147+
148+ Patch to make \U in a string accept up to 8 characters. (Christian Brabandt,
149+ 2015 Jun 12) Does this break existing scripts?
150+
157151Crash when changing the 'tags' option from a remote command.
158152(Benjamin Fritz, 2015 Mar 18, stack trace Mar 20)
159153
@@ -176,6 +170,13 @@ specifically? First try with the parens, then without.
176170
177171Patch to force redraw after ":syn spell" command. (Christian, 2015 May 8)
178172
173+ Patch for multi-byte characters in langmap and applying a mapping on them.
174+ (Christian Brabandt, 2015 Jun 12)
175+ Is this the right solution?
176+
177+ Patch for langmap not working properly with mapping in Command-line mode.
178+ Issue 376.
179+
179180Value returned by virtcol() changes depending on how lines wrap. This is
180181inconsistent with the documentation.
181182
@@ -184,6 +185,7 @@ Better greek spell checking. Issue 299.
184185Patch to add 'completeselect' option. Specifies how to select a candidate in
185186insert completion. (Shougo, 2013 May 29)
186187Update to add to existing 'completeopt' . 2013 May 30
188+ Updated update: Shougo 2015 Jun 12
187189
188190When complete() first argument is before where insert started and 'backspace'
189191is Vi compatible, the completion fails. (Hirohito Higashi, 2015 Feb 19)
@@ -336,9 +338,6 @@ Patch to add argument to :cquit. (Thinca, 2014 Oct 12)
336338
337339No error for missing endwhile. (ZyX, 2014 Mar 20)
338340
339- The entries added by matchaddpos() are returned by getmatches() but can't be
340- set with setmatches(). (lcd47, 2014 Jun 29)
341-
342341Patch to make extend() fail early when it might fail at some point.
343342(Olaf Dabrunz, 2015 May 2) Makes extend() slower, do we still want it?
344343Perhaps only the checks that can be done without looping over the dict or
0 commit comments