1- *todo.txt* For Vim version 7.4. Last change: 2014 Nov 05
1+ *todo.txt* For Vim version 7.4. Last change: 2014 Nov 13
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -34,6 +34,8 @@ not be repeated below, unless there is extra information.
3434 *known-bugs*
3535-------------------- Known bugs and current work -----------------------
3636
37+ Add langnoremap in quickref.txt and optwin.vim.
38+
3739Regexp problems:
3840- The NFA engine does not implement the time limit passed to
3941 nfa_regexec_multi()
@@ -73,6 +75,7 @@ Patch by Marcin Szamotulski to add count to :close (2014 Aug 10, update Aug
7375 Make ":+1close" close the next window.
7476 Make ":-1close" close the previous window.
7577Doesn't look right, asked for updates.
78+ Update 2014 Nov 8. Replied with suggestions.
7679
7780C macro with number highlighted wrong. (Dominique Pelle, 2014 Oct 23)
7881
@@ -81,30 +84,12 @@ set with setmatches(). (lcd47, 2014 Jun 29)
8184
8285Gvim: when both Tab and CTRL-I are mapped, use CTRL-I not for Tab.
8386
84- Patch to add 'langnoremap' . (Christian Brabandt, 2014 Oct 15)
85- Update Oct 20.
86-
87- Patch to add append mode to writefile(). (Yasuhiro Matsumoto, 2014 Nov 1)
88-
89- Remove restriction in NSIS installer that the end of the path must be "Vim".
90- (Tim Lebedkov, 2014 Sep 24) Again Oct 12. Now on issue 272.
91-
92- Fix that on MS-Windows MAX_PATH in bytes causes problems for file names
93- between MAX_PATH and double that for double-byte encodings. (Ken Takata, 2014
94- Oct 15)
95-
96- Another problem with MAX_PATH, off-by-one. (Ken Takata, 2014 Oct 21)
97-
9887Problem using ":try" inside ":execute". (ZyX, 2013 Sep 15)
9988
10089Python: ":py raw_input('prompt' )" doesn't work. (Manu Hack)
10190
102- 'foldexpr' applies to help. (Paul Marshall, 2014 Sep 24)
103-
10491Patch to fix issue 203. (Christian Brabandt, 2014 Oct 8)
10592
106- Patch to fix issue 253. (Christian Brabandt, 2014 Oct 8)
107-
10893Patch to fix issue 78. (Christian Brabandt, 2014 Oct 8)
10994
11095Patch to fix leak in map() with error. (Christian Brabandt, 2014 Oct 11)
@@ -113,16 +98,30 @@ Patch to fix incsearch for "2/pattern/e".
11398
11499Change behavior of v:hlsearch? Patch from Christian, 2014 Oct 22.
115100
101+ MS-Windows: When editing a file with a leading space, writing it uses the
102+ wrong name. (Aram, 2014 Nov 7) Vim 7.4.
103+
104+ patch to remove FEAT_OSFILETYPE from fileio.c. (Christian, 2014 Nov 12)
105+
116106Value returned by virtcol() changes depending on how lines wrap. This is
117107inconsistent with the documentation.
118108
109+ Fix for wrong formatting if 'linebreak' is set. (Christian Brabandt, 2014 Nov
110+ 12)
111+
112+ Patch to support hex values for setting option value.
113+ (Zyx, 2015 Nov 6)
114+
119115On MS-Windows running tests with Mercurial has problems when the input files
120116are changed. (Ken Takata, Taro Muraoka, 2014 Sep 25)
121117Update Nov 5.
122118
123119MS-Windows: Crash opening very long file name starting with "\\".
124120(Christian Brock, 2012 Jun 29)
125121
122+ Problem using diff syntax with cp932 encoding. Idea from Yasuhiro Matsumoto,
123+ patch from Ken Takata (2014 Nov 6)
124+
126125ml_updatechunk() is slow when retrying for another encoding. (John Little,
1271262014 Sep 11)
128127
@@ -161,8 +160,10 @@ Patch from Jacob, Nov 2.
161160"hi link" does not respect groups with GUI settings only. (Mark Lodato, 2014
162161Jun 8)
163162
164- Patch to switch to the BT regexp engine when the NFA engine uses many states.
165- (Christian Brabandt, 2014 Oct 3)
163+ Bug: Autocompleting ":tag/pat" replaces "/pat" with a match but does not
164+ insert a space. (Micha Mos, 2014 Nov 7)
165+
166+ Patch to add the :bvimgrep command. (Christian Brabandt, 2014 Nov 12)
166167
167168Patch to add argument to :cquit. (Thinca, 2014 Oct 12)
168169
0 commit comments