1- *todo.txt* For Vim version 7.4. Last change: 2015 Nov 24
1+ *todo.txt* For Vim version 7.4. Last change: 2015 Dec 05
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -73,7 +73,13 @@ Regexp problems:
7373- this doesn't work: "syntax match ErrorMsg /.\%9l\%>20c\&\%<28c/". Leaving
7474 out the \& works. Seems any column check after \& fails.
7575- The pattern "\1" with the old engine gives E65, with the new engine it
76- matches the empty string. (Dominique Pelle, 2015 Oct 2)
76+ matches the empty string. (Dominique Pelle, 2015 Oct 2, Nov 24)
77+
78+ English spell file has an encoding error in the affix file.
79+ Perhaps use the files from here:
80+ https://github.com/marcoagpinto/aoo-mozilla-en-dict
81+
82+ Patch to enable clipboard with MSYS2. (Ken Takata, 2015 Nov 26)
7783
7884Still using freed memory after using setloclist(). (lcd, 2014 Jul 23)
7985More info Jul 24. Not clear why.
@@ -90,15 +96,33 @@ Should use /usr/local/share/applications or /usr/share/applications.
9096Or use $XDG_DATA_DIRS.
9197Also need to run update-desktop-database (Kuriyama Kazunobu, 2015 Nov 4)
9298
99+ test107 fails when run in the GUI on Linux.
100+
93101Access to uninitialized memory in match_backref() regexp_nda.c:4882
94102(Dominique Pelle, 2015 Nov 6)
95103
104+ Patch to fix test_listchars for MingW. (Christian Brabandt, 2015 Nov 29)
105+
106+ Patch to not set the python home if $PYTHONHOME is set. (Kazuki Sakamoto,
107+ 2015 Nov 24)
108+
96109Patch to use local value of 'errorformat' in :cexpr. (Christian Brabandt,
971102015 Oct 16) Only do this for :lexpr ?
98111
99112":cd C:\Windows\System32\drivers\etc*" does not work, even though the
100113directory exists. (Sergio Gallelli, 2013 Dec 29)
101114
115+ Patch to make fnamemodify() work better with Cygwin. (Wily Wampa, 2015 Nov 28,
116+ issue 505)
117+
118+ Patch to fix mc_FullName() on root directory. (Milly, 2015 Nov 24, Issue 501)
119+
120+ Patch to make matchparen restore curswant properly. (Christian Brabandt, 2015
121+ Nov 26)
122+
123+ Test 17 does not clean up the directory it creates. (Michael Soyka, 2015 Nov
124+ 28)
125+
102126English spell checking has an error. Updating doesn't work.
103127(Dominique Pelle, 2015 Oct 15)
104128Hint for new URL: Christian Brabandt, 2015 Oct 15.
@@ -116,25 +140,37 @@ Gvim: when both Tab and CTRL-I are mapped, use CTRL-I not for Tab.
116140Unexpected delay when using CTRL-O u. It's not timeoutlen.
117141(Gary Johnson, 2015 Aug 28)
118142
143+ Patch for tee on Windows. (Yasuhiro Matsumoto, 2015 Nov 30)
144+ Update Dec 1.
145+
146+ Patch to use 256 color setup for all terminals that have 256 colors or more.
147+ #504. (rdebath, 2015 Dec 1)
148+
119149Instead of separately uploading patches to the ftp site, can we get them from
120150github? This URL works:
121151 https://github.com/vim/vim/compare/v7.4.920%5E...v7.4.920.diff
122152>
123153 Can src/GvimExt/Make_cyg.mak be removed?
124154Same for src/xxd/Make_cyg.mak
125155
156+ Patch to replace deprecated gdk_pixbuf_new_from_inline(). (Kazunobu Kuriyama,
157+ 2015 Nov 30, PR #507)
158+
159+ Updated Fortran files. (Ajit Thakkar, 2015 Nov 30, second one)
160+
126161Python: ":py raw_input('prompt' )" doesn't work. (Manu Hack)
127162
163+ Patch to add wordcount(). (Christian Brabandt, 2015 Nov 27)
164+
128165Plugin to use Vim in MANPAGER. Konfekt, PR #491
129166
130167Using uninitialized memory. (Dominique Pelle, 2015 Nov 4)
131168
132169Patch to recognize string slice for variable followed by colon.
133- (Hirohito Higashi, 2015 Nov 3)
134- Patch to .ok file is missing.
170+ (Hirohito Higashi, 2015 Nov 24)
135171
136172Patch to add debug backtrace. (Alberto Fanjul, 2015 Sep 27)
137- Needs fixes .
173+ Update Dec 2 .
138174
139175MS-Windows: When editing a file with a leading space, writing it uses the
140176wrong name. (Aram, 2014 Nov 7) Vim 7.4.
@@ -150,6 +186,9 @@ inconsistent with the documentation.
150186
151187Patch to add window and tab arguments to getcwd(). (Thinca, 2015 Nov 15)
152188
189+ Patch to build with Python using MSYS2. (Yasuhiro Matsumoto, 2015 Nov 26)
190+ Updated Nov 29.
191+
153192To support Thai (and other languages) word boundaries, include the ICU
154193library: http://userguide.icu-project.org/boundaryanalysis
155194
@@ -167,6 +206,9 @@ MS-Windows: Crash opening very long file name starting with "\\".
167206
168207Patch to add ":syn iskeyword". (Christian Brabandt, 2015 Nov 10)
169208
209+ Patch to use PLATFORM to determine target architecture. (Taro Muraoka, 2015
210+ Nov 29)
211+
170212If libiconv.dll is not found search for libiconv2.dll. (Yasuhiro Matsumoto,
1712132015 Oct 7)
172214
@@ -497,8 +539,6 @@ Remark on the docs. Should not be a compile time feature. But then what?
497539Completion of ":e" is ":earlier", should be ":edit". Complete to the matching
498540command instead of doing this alphabetically. (Mikel Jorgensen)
499541
500- Patch to get MSVC version in a nicer way. (Ken Takata, 2014 Jul 24)
501-
502542Patch to define macros for hardcoded values. (Elias Diem, 2013 Dec 14)
503543
504544Several syntax file match "^\s*" which may get underlined if that's in the
0 commit comments