1- *todo.txt* For Vim version 7.4. Last change: 2014 Mar 27
1+ *todo.txt* For Vim version 7.4. Last change: 2014 Apr 05
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -35,6 +35,8 @@ not be repeated below, unless there is extra information.
3535-------------------- Known bugs and current work -----------------------
3636
3737Regexp problems:
38+ - Crash when using cpp syntax file with raw string. (Havard Garnes)
39+ Edit "~/tmp/test.cc" and source "~/tmp/cpp.vim".
3840- NFA regexp doesn't count tab matches correctly. (Urtica Dioica / gaultheria
3941 Shallon, 2013 Nov 18)
4042- After patch 7.4.100 there is still a difference between NFA and old engine.
@@ -70,6 +72,10 @@ Python: ":py raw_input('prompt')" doesn't work. (Manu Hack)
7072
7173Using autoconf 2.69 gives a lot of warnings.
7274
75+ Spell files use a latin single quote. Unicode also has another single quote.
76+ Adjust spell file scripts to duplicate words to support both quotes.
77+ (Ron Aaron, 2014 Apr 4)
78+
7379Problem with 'spellsuggest' file, only works for some words.
7480(Cesar Romani, 2013 Aug 20) Depends on file name? (Aug 24)
7581Additional remark by glts: the suggested words are marked bad?
@@ -81,27 +87,20 @@ Adding "~" to 'cdpath' doesn't work for completion? (Davido, 2013 Aug 19)
8187Syntax file for gnuplot. Existing one is very old. (Andrew Rasmussen, 2014
8288Feb 24)
8389
84- Crash with ":%s/\n//g" on long file. (Aidan Marlin, 2014 Jan 15)
85- Christian Brabandt: patch to run this into a join. (2014 Jan 18)
86- Suggestion to not save replaced line for undo: Yukihiro Nakadaira, 2014 Jan
87- 25.
88-
8990Add digraph for Rouble: =P. What's the Unicode?
9091
91- Bug: "!ls %" expands parenthesis in %, but not spaces. So this doesn't work
92- either: ':!ls "%"'.
93- Patch by Gary Johnson, 2014 Mar 6.
94-
9592Issue 174: Detect Mason files.
9693
9794No error for missing endwhile. (ZyX, 2014 Mar 20)
9895
99- Patch to add v:progpath. (Viktor Kojouharov, 2014 Mar 15)
100-
10196Phpcomplete.vim update. (Complex, 2014 Jan 15)
10297
10398PHP syntax is extremely slow. (Anhad Jai Singh, 2014 Jan 19)
10499
100+ Win32: use different args for SearchPath()? (Yasuhiro Matsumoto, 2009 Jan 30)
101+ Also fixes wrong result from executable().
102+ Update from Ken Takata, 2014 Jan 10. Newer 2014 Apr 3.
103+
105104Can we make ":unlet $VAR" use unsetenv() to delete the env var?
106105What for systems that don't have unsetenv()?
107106
@@ -110,13 +109,9 @@ This does not give an error: (Andre Sihera, 2014 Mar 21)
110109This neither: (ZyX)
111110 vim -u NONE 1 2 3 -c 'bufdo while 1 | echo 1'
112111
113- spec ftplugin: patch from Igor Gnatenko, 2014 Jan 26.
114- Include if maintainers don't respond.
115-
116- Patch to make has() check for Vim version and patch at the same time.
117- (Marc Weber, 2013 Jun 7)
118-
119- Regression on pach 7.4.034. (Ingo Karkat, 2013 Nov 20)
112+ 'viewdir' default on MS-Windows is not a good choice, it's a system directory.
113+ Change 'viewdir' to "$HOME/vimfiles/view" and use 'viewdiralt' to also read
114+ from?
120115
121116Include a plugin manager with Vim? Neobundle seems to be the best currently.
122117Long message about this from ZyX, 2014 Mar 23. And following replies.
@@ -152,17 +147,18 @@ Out of scope:
152147- Development work on plugins (although diff with distributed version would be
153148 useful).
154149
155- Patch to include smack support (Linux security library). (Jose Bollo, 2014 Jan
156- 14) Update Jan 15.
150+ Setting the spell file in a session only reads the local additions, not the
151+ normal spell file. (Enno Nagel, 2014 Mar 29)
157152
158- Tag list, as used for :tjump, does not unescape regexp. (Gary Johnson, 2014 Jan
159- 6) With patch in another message.
153+ Editing an ascii file as ucs-2 or ucs-4 causes display errors.
154+ (ZyX, 2014 Mar 30)
155+
156+ ":Next 1 some-arg" does not complain about trailing argument. Also for
157+ various other commands. (ZyX, 2014 Mar 30)
160158
161159VMS: Select() doesn't work properly, typing ESC may hang Vim. Use sys$qiow
162160instead. (Samuel Ferencik, 2013 Sep 28)
163161
164- Series of patches for NL vs NUL handling. (ZyX, 2013 Nov 3, Nov 9)
165-
166162Patch for XDG base directory support. (Jean François Bignolles, 2014 Mar 4)
167163
168164Patch to add flag to shortmess to avoid giving completion messages.
@@ -258,10 +254,6 @@ GTK: problem with 'L' in 'guioptions' changing the window width.
258254Patch to add option that tells whether small deletes go into the numbered
259255registers. (Aryeh Leib Taurog, 2013 Nov 18)
260256
261- Win32: use different args for SearchPath()? (Yasuhiro Matsumoto, 2009 Jan 30)
262- Also fixes wrong result from executable().
263- Update from Ken Takata, 2014 Jan 10.
264-
265257Javascript file where indent gets stuck on: GalaxyMaster, 2012 May 3.
266258
267259The BufUnload event is triggered when re-using the empty buffer.
0 commit comments