1- *todo.txt* For Vim version 7.4. Last change: 2016 Jan 10
1+ *todo.txt* For Vim version 7.4. Last change: 2016 Jan 15
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -34,8 +34,6 @@ not be repeated below, unless there is extra information.
3434 *known-bugs*
3535-------------------- Known bugs and current work -----------------------
3636
37- /tmp/test_increment_new_style.patch.2
38-
3937Regexp problems:
4038- The regexp engines are not reentrant, causing havoc when interrupted by a
4139 remote expression or something else. Move global variables onto the stack
@@ -78,8 +76,6 @@ Regexp problems:
7876 matches the empty string. (Dominique Pelle, 2015 Oct 2, Nov 24)
7977- Search for \\~ causes error E874.
8078
81- Help to build with interfaces. (Ken Takata, 2015 Jan 5)
82-
8379Need to try out instructions in INSSTALLpc.txt about how to install all
8480interfaces and how to build Vim with them.
8581Appveyor build with self-installing executable, includes getting most
@@ -101,8 +97,6 @@ Should use /usr/local/share/applications or /usr/share/applications.
10197Or use $XDG_DATA_DIRS.
10298Also need to run update-desktop-database (Kuriyama Kazunobu, 2015 Nov 4)
10399
104- Patch to update the help summary. (Christian Brabandt, 2015 Jan 10)
105-
106100Add has('crypt-blowfish') and has('crypt-blowfish2') (Smu Johnson)
107101
108102Access to uninitialized memory in match_backref() regexp_nda.c:4882
@@ -123,19 +117,11 @@ Illegal memory access, requires ASAN to see. (Dominique Pelle, 2015 Jul 28)
123117
124118Gvim: when both Tab and CTRL-I are mapped, use CTRL-I not for Tab.
125119
126- Patch to fix "." after CTRL-A in Visual block mode. (Ozaki Kiichi, 2015 Oct
127- 24)
128-
129- Patch to have CTRL-A and CTRL-X update the '[ and '] marks.
130- (Yukihiro Nakadaira, 2015 Aug 23)
131-
132- Patch for GVimExt building with VS2015. (Mike Williams, 2015 Jan 10)
133-
134120Unexpected delay when using CTRL-O u. It's not timeoutlen.
135121(Gary Johnson, 2015 Aug 28)
136122
137- Instead of separately uploading patches to the ftp site, can we get them from
138- github? This URL works :
123+ Instead of separately uploading patches to the ftp site, we can get them from
124+ github with a URL like this :
139125 https://github.com/vim/vim/compare/v7.4.920%5E...v7.4.920.diff
140126Diff for version.c contains more context, can't skip a patch.
141127>
@@ -148,6 +134,9 @@ set_color_count().
148134
149135Python: ":py raw_input('prompt' )" doesn't work. (Manu Hack)
150136
137+ Patch to fix cursor position in right-left mode with concealing.
138+ (Hirohito Higashi, 2016 Jan 13)
139+
151140Plugin to use Vim in MANPAGER. Konfekt, PR #491
152141
153142Using uninitialized memory. (Dominique Pelle, 2015 Nov 4)
@@ -161,8 +150,16 @@ Patch to recognize string slice for variable followed by colon.
161150Patch to add debug backtrace. (Alberto Fanjul, 2015 Sep 27)
162151Update 2016 Jan 2. Issue #433
163152
153+ Patch to gvim.nsi for appveyor build. (Ken Takata, 2016 Jan 12)
154+
155+ Patch to improve behavior of dead keys on MS-Windows. (John Wellesz, 2015 Aug
156+ 25) https://github.com/vim/vim/pull/399.diff
157+
164158Patch to make mzscheme (racket) interface work. (Yukihiro Nakadaira, 2015 Jan
165- 10) Doesn't work for me, need to build from source.
159+ 10) Doesn't work for me, need to build from source. Include anyway?
160+ Additional patch by Ken Takata, 2016 Jan 13.
161+ Merged patch by Yasuhiro Nakadaira,, 2016 Jan 14.
162+ Update for INSSTALLpc.txt by Ken Takata, Jan 14.
166163
167164MS-Windows: When editing a file with a leading space, writing it uses the
168165wrong name. (Aram, 2014 Nov 7) Vim 7.4.
@@ -172,7 +169,7 @@ specifically? First try with the parens, then without.
172169
173170Half-finished patch to fix the Problem using cgn to change a search hit when
174171replacement includes hit. Reported by John Beckett, fix by Christian Brabandt,
175- 2015 Dec 14, Update Dec 15 .
172+ 2016 Jan 11 .
176173
177174Patch to fix pointer cast warning in VS2015. (Mike Williams, 2015 Dec 13)
178175Patch to make building GVimExt with VS2015. (Mike Williams, 2015 Dec 13)
@@ -199,6 +196,10 @@ library: http://userguide.icu-project.org/boundaryanalysis
199196When complete() first argument is before where insert started and 'backspace'
200197is Vi compatible, the completion fails. (Hirohito Higashi, 2015 Feb 19)
201198
199+ Patch to fix bug in searchpair(). (Christian Brabandt, 2016 Jan 11)
200+ Problem reported by David Fishburn, using searchpair() with synID() used in
201+ the skip expression.
202+
202203Test 44 fails when [[=A=]] is changed to [[=À=]]. Caused by getcmdline() not
203204handling the 0x80 as a second byte correctly? (Dominique Pelle, 2015 Jun 10)
204205
@@ -339,9 +340,6 @@ When two SIGWINCH arrive very quickly, the second one may be lost.
339340
340341Make comments in the test Makefile silent. (Kartik Agaram, 2014 Sep 24)
341342
342- Patch to improve behavior of dead keys on MS-Windows. (John Wellesz, 2015 Aug
343- 25) https://github.com/vim/vim/pull/399.diff
344-
345343Result of systemlist() does not show whether text ended in line break.
346344(Bjorn Linse, 2014 Nov 27)
347345
0 commit comments