1- *todo.txt* For Vim version 7.4. Last change: 2015 Nov 19
1+ *todo.txt* For Vim version 7.4. Last change: 2015 Nov 24
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -35,9 +35,6 @@ not be repeated below, unless there is extra information.
3535-------------------- Known bugs and current work -----------------------
3636
3737Regexp problems:
38- - Instructions for reproducing issue #465 (crash in nfa_regtry):
39- https://github.com/mgedmin/vim-bug-465
40- More info on the issue
4138- The regexp engines are not reentrant, causing havoc when interrupted by a
4239 remote expression or something else. Move global variables onto the stack
4340 or into an allocated struct.
@@ -96,21 +93,12 @@ Also need to run update-desktop-database (Kuriyama Kazunobu, 2015 Nov 4)
9693Access to uninitialized memory in match_backref() regexp_nda.c:4882
9794(Dominique Pelle, 2015 Nov 6)
9895
99- Netrw update. (Charles 2015 Oct 23)
100-
10196Patch to use local value of 'errorformat' in :cexpr. (Christian Brabandt,
102972015 Oct 16) Only do this for :lexpr ?
10398
104- Update Oracle syntax file from:
105- https://github.com/chrisbra/vim-sqloracle-syntax/blob/master/syntax/sqloracle.vim
106-
10799":cd C:\Windows\System32\drivers\etc*" does not work, even though the
108100directory exists. (Sergio Gallelli, 2013 Dec 29)
109101
110- Better changelog syntax file. (Martin Florian, 2015 Oct 25)
111-
112- Better readline syntax file. (Raphael Bazaud, 2015 Oct 25)
113-
114102English spell checking has an error. Updating doesn't work.
115103(Dominique Pelle, 2015 Oct 15)
116104Hint for new URL: Christian Brabandt, 2015 Oct 15.
@@ -137,32 +125,23 @@ Same for src/xxd/Make_cyg.mak
137125
138126Python: ":py raw_input('prompt' )" doesn't work. (Manu Hack)
139127
140- Patch to fix memory leak. (Dominique Pelle, 2015 Nov 4)
128+ Plugin to use Vim in MANPAGER. Konfekt, PR #491
141129
142130Using uninitialized memory. (Dominique Pelle, 2015 Nov 4)
143131
144132Patch to recognize string slice for variable followed by colon.
145133(Hirohito Higashi, 2015 Nov 3)
146-
147- Patch to support hangul input with utf-8.
148-
149- Patch to support UTF-8 for Hangul. (Shawn Y.H. Kim, 2011 May 1)
150- Needs more work. Pinged 2012 Jan 4.
134+ Patch to .ok file is missing.
151135
152136Patch to add debug backtrace. (Alberto Fanjul, 2015 Sep 27)
153- Asked for :frame command.
154-
155- vt52 terminal codes are not correct. Patch from Random, 2015 Nov 5.
137+ Needs fixes.
156138
157139MS-Windows: When editing a file with a leading space, writing it uses the
158140wrong name. (Aram, 2014 Nov 7) Vim 7.4.
159141
160142Can't recognize the $ProgramFiles(x86) environment variable. Recognize it
161143specifically? First try with the parens, then without.
162144
163- Patch to add 'tagcase' option, whether to ignore case for tags.
164- (Gary Johnson, 2015 Nov 6)
165-
166145Patch to fix "." after CTRL-A in Visual block mode. (Ozaki Kiichi, 2015 Oct
16714624)
168147
@@ -208,6 +187,9 @@ Update Aug 14.
208187
209188Crash in :cnext on MS-Windows. (Ben Fritz, 2015 Oct 27)
210189
190+ Patch to add GUI colors to the terminal, when it supports it. (ZyX, 2013 Jan
191+ 26, update 2013 Dec 14, another 2014 Nov 22)
192+
211193Patch for problem with restoring screen on Windows. (Nobuhiro Takasaki, 2015
212194Sep 10)
213195
@@ -229,6 +211,9 @@ ml_updatechunk() is slow when retrying for another encoding. (John Little,
229211Patch to fix checking global option value when not using it.
230212(Arnaud Decara, 2015 Jul 23)
231213
214+ Patch to support Python 'None' value in pyeval(). (Damien, 2015 Nov 21)
215+ Need a Vim equivalent of None and a way to test for it.
216+
232217When 'showbreak' is set repeating a Visual operation counts the size of the
233218'showbreak' text as part of the operation. (Axel Bender, 2015 Jul 20)
234219
@@ -283,6 +268,7 @@ Mixup of highlighting when there is a match and SpellBad. (ZyX, 2015 Jan 1)
283268
284269Patch for drag&drop reordering of GUI tab pages reordering.
285270(Ken Takata, 2013 Nov 22, second one, also by Masamichi Abe)
271+ Now on Git: https://gist.github.com/nocd5/165286495c782b815b94
286272
287273Patch on Issue 72: 'autochdir' causes problems for :vimgrep.
288274
@@ -294,9 +280,6 @@ When two SIGWINCH arrive very quickly, the second one may be lost.
294280
295281Make comments in the test Makefile silent. (Kartik Agaram, 2014 Sep 24)
296282
297- Patch to add GUI colors to the terminal, when it supports it. (ZyX, 2013 Jan
298- 26, update 2013 Dec 14, another 2014 Nov 22)
299-
300283Patch to improve behavior of dead keys on MS-Windows. (John Wellesz, 2015 Aug
30128425) https://github.com/vim/vim/pull/399.diff
302285
0 commit comments