1- *todo.txt* For Vim version 7.3. Last change: 2012 Apr 30
1+ *todo.txt* For Vim version 7.3. Last change: 2012 May 01
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -34,16 +34,15 @@ not be repeated below, unless there is extra information.
3434 *known-bugs*
3535-------------------- Known bugs and current work -----------------------
3636
37+ patch to fix helphelp.txt from Ken Takata. https://gist.github.com/2559599
38+
3739Go through more coverity reports.
3840
3941Discussion about canonicalization of Hebrew. (Ron Aaron, 2011 April 10)
4042
4143Stack trace of crash: http://vpaste.net/GBt9S
4244(Alexandre Provencio)
4345
44- Once syntax and other runtime files have been fixed: add "set cp" to
45- check.vim. Use a function to run both with 'cp' and 'nocp' .
46-
4746GTK: problem with 'L' in 'guioptions' changing the window width.
4847(Aaron Cornelius, 2012 Feb 6)
4948
@@ -54,10 +53,6 @@ Win32: When a directory name contains an exclamation mark, completion doesn't
5453complete the contents of the directory. No escaping for the "!"? (Jan
5554Stocker, 2012 Jan 5)
5655
57- Patch for crash involving curwin->w_s. (Christian Brabandt, 2012 Apr 20)
58- What is the cause? Leaks memory? Other solution?
59- More debug info Apr 26. Patch with proper fix Apr 26. Update 28 Apr.
60-
6156Issue 54: document behavior of -complete, also expands arg.
6257
6358Cursor on wrong line after ":copen". (John Beckett, 2012 Apr 30)
@@ -81,12 +76,6 @@ When running Vim in silent ex mode, an existing swapfile causes Vim to wait
8176for a user action without a prompt. (Maarten Billemont, 2012 Feb 3)
8277Do give the prompt? Quit with an error?
8378
84- Patch for undofile(). (Christian Brabandt, 2012 Apr 27)
85-
86- Patch for: (Christian Brabandt, 2011 Aug 22)
87- - Make it possible to enter "r<C-E> " and "r<C-Y> " (get character from line
88- below/above).
89-
9079Patch for: (Christian Brabandt, 2011 Aug 24, updated patch)
91808 ":sign unplace * file={filename} " should work. Also: ":sign unplace *
9281 buffer={bufnr} ". So one can remove all signs for one file/buffer.
@@ -101,8 +90,6 @@ Name it "CompleteFuncDone".
10190Patch for Make_mvc.mak and Make_ming.mak for Ruby support. (Yasuhiro
10291Matsumoto, 2012 Jan 30)
10392
104- Patch to add completion for :history command. (Dominique Pelle, 2012 Feb 26)
105-
10693Patch for 'backupcopy' default behavior for symlinks on Windows. (David Pope,
107942012 Mar 21, update Mar 31)
10895
0 commit comments