1- *todo.txt* For Vim version 7.4. Last change: 2014 Sep 09
1+ *todo.txt* For Vim version 7.4. Last change: 2014 Sep 19
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -61,42 +61,11 @@ Breaks test_eval. Inefficient, can we only compute y_width when needed?
6161Problem that a previous silent ":throw" causes a following try/catch not to
6262work. (ZyX, 2013 Sep 28)
6363
64- Update for Romanian spell file. (Vanilla Ice, 2014 Aug 13)
65- Still produces errors.
66- Add flag to ignore fifth argument of SFX.
67- Conversion from utf-8 to cp1250 can't be without errors.
68-
69- Patch to remove ETO_IGNORELANGUAGE, it causes Chinese characters not to show
70- up. (Paul Moore, 2014 Jul 30)
71- Should it depend on the Windows version? Waiting for feedback.
72- No longer needed after including DirectX patch?
73- Related to issue 255?
74-
75- Problem with linebreak, adds a test that fails. (Nazri Ramliy, 2014 Sep 6)
76-
7764Patch to avoid problems with encoding conversion with diff.vim.
7865(Yasuhiro Matsumoto, 2014 Sep 1.
66+ Depends on current language, language of file can be different.
7967
80- Patch by Marcin Szamotulski to add count to :close (2014 Aug 10, update Aug
81- 14, Aug 30)
82- Make ":1close" close the first window.
83- Make ":+1close" close the next window.
84- Make ":-1close" close the previous window.
85- Can't easily close the help window, like ":pc" closes the preview window and
86- ":ccl" closes the quickfix window. Add ":hclose". (Chris Gaal)
87- Patch for :helpclose, Christian Brabandt, 2010 Sep 6.
88-
89- Patch to fix line formatting bug. (Christian Brabandt, 2014 Sep 7)
90-
91- Patch to fix ml_get error. (Christian Brabandt, 2014 Sep 7)
92-
93- Patch by Marcin Szamotulski to add +cmd to buffer commands.
94- (2014 Aug 18)
95-
96- Patch to fix encoding of arguments when setting 'encoding' . (Yasuhiro
97- Matsumoto, 2014 Sep 4)
98-
99- Patch to fix that system() with empty input fails. (Olaf Dabrunz, 2014 Aug 19)
68+ Patch for C/C++ syntax string handling. (Brian Bi, 2014 Sep 13)
10069
10170When using a visual selection of multiple words and doing CTRL-W _] it jumps to
10271the tag matching the word under the cursor, not the selected text.
@@ -105,6 +74,9 @@ Patch by Christian, 2014 Aug 8.
10574
10675Completion for :buf does not use 'wildignorecase' . (Akshay H, 2014 May 31)
10776
77+ 'backupcopy' should be global-local, so that some files can be written in a
78+ different way. Patch by Christian, 2014 Sep 17.
79+
10880Patch to handle list with some items locked. (ZyX, 2014 Aug 17)
10981Prefer the second solution.
11082
@@ -113,6 +85,13 @@ Issue 252. Patch by Christian, 2014 Aug 26.
11385":cd C:\Windows\System32\drivers\etc*" does not work, even though the
11486directory exists. (Sergio Gallelli, 2013 Dec 29)
11587
88+ Patch by Marcin Szamotulski to add count to :close (2014 Aug 10, update Aug
89+ 14, Aug 30)
90+ Make ":1close" close the first window.
91+ Make ":+1close" close the next window.
92+ Make ":-1close" close the previous window.
93+ Doesn't look right, asked for updates.
94+
11695Patch to add a special key name for K_CURSORHOLD. (Hirohito Higashi, 2014 Aug
1179610)
11897
@@ -129,18 +108,26 @@ inconsistent with the documentation.
129108MS-Windows: Crash opening very long file name starting with "\\".
130109(Christian Brock, 2012 Jun 29)
131110
111+ ml_updatechunk() is slow when retrying for another encoding. (John Little,
112+ 2014 Sep 11)
113+
132114Syntax highlighting slow (hangs) in SASS file. (Niek Bosch, 2013 Aug 21)
133115
134116Patch to allow for a different icon on MS-Windows. (Yasuhiro Matsumoto, 2014
135117Sep 7).
136118
137119Adding "~" to 'cdpath' doesn't work for completion? (Davido, 2013 Aug 19)
138120
121+ Patch to make closed folds line up. (Charles Campbell, 2014 Sep 12)
122+
139123"hi link" does not respect groups with GUI settings only. (Mark Lodato, 2014
140124Jun 8)
141125
142126No error for missing endwhile. (ZyX, 2014 Mar 20)
143127
128+ start_global_changes() plus end_global_changes() causes problem for
129+ clip_unnamed_plus. (Jason Pleau, 2014 Sep 12)
130+
144131Patch to add :arglocal and :arglists. (Marcin Szamotulski, 2014 Aug 6)
145132
146133PHP syntax is extremely slow. (Anhad Jai Singh, 2014 Jan 19)
@@ -238,7 +225,8 @@ Patch to support sorting on floating point number. (Alex Jakushev, 2010 Oct
238225
239226Patch to support expression argument to sort() instead of a function name.
240227Yasuhiro Matsumoto, 2013 May 31.
241- Or should we add a more general mechanism, like lambda functions?
228+ Or should we add a more general mechanism, like a lambda() function?
229+ Patch by Yasuhiro Matsumoto, 2014 Sep 16.
242230
243231VMS: Select() doesn't work properly, typing ESC may hang Vim. Use sys$qiow
244232instead. (Samuel Ferencik, 2013 Sep 28)
0 commit comments