1- *todo.txt* For Vim version 7.3. Last change: 2012 Nov 15
1+ *todo.txt* For Vim version 7.3. Last change: 2012 Nov 28
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -45,30 +45,20 @@ GTK: problem with 'L' in 'guioptions' changing the window width.
4545
4646Javascript file where indent gets stuck on: GalaxyMaster, 2012 May 3.
4747
48- Patches for two problems, with explanations. (Christian Brabandt, 2012 Oct 22)
49-
5048The CompleteDone autocommand needs some info passed to it:
5149- The word that was selected (empty if abandoned complete)
5250- Type of completion: tag, omnifunc, user func.
5351
54- Unwanted file name escaping: ":echo input('file:' , '', 'file' )"
55- And use file name completion on a file with spaces. (Frederic Hardy, 2009 Mar
56- 23)
57- Patch by Christian Brabandt, 2012 Oct 18. Update Oct 19.
58-
59- Patch to reset did_endif. (Christian Brabandt,, 2012 Oct 23)
60- How about a test?
61-
6252Patch for Tab behavior with 'conceal' . (Dominique Pelle, 2012 Mar 18)
6353Patch to test functionality of 'conceal' with tabs. (Simon Ruderich, 2012 Sep
64545) Update with screencol() and screenrow() functions: Sep 7.
6555
66- Patch for integer overflow in move.c. (Dominique Pelle, 2012 Nov 6)
67-
6856Patch for undefined integer behavior. (Dominique Pelle, 2012 Nov 4, second one)
6957
7058Patch to have Python interface not depend on multi-byte.
7159
60+ Patch to fix justify.vim. (James McCoy, 2012 Nov 23)
61+
7262mouse_sgr is not ordered alphabetically in :version output.
7363Docs list mouse_urxvt as normal feature, should be big. (Hayaki Saito, 2012
7464Aug 16)
@@ -82,6 +72,12 @@ Also remove the "rc" variable.
8272
8373Crash with vimdiff. (Don Cruickshank, 2012 Sep 23)
8474
75+ Patch to support subdirectories for help files. (Charles Campbell, 2012 Nov
76+ 21)
77+
78+ Patch for mzscheme. (Sergey Khorev, 2012 Nov 19)
79+ What about ignoring SEGV?
80+
8581Win32: use 'guifontwide' for IME composition. (Taro Muraoka, 2012 Sep 30)
8682Update Oct 2.
8783
@@ -98,6 +94,9 @@ Win32: When a directory name contains an exclamation mark, completion doesn't
9894complete the contents of the directory. No escaping for the "!"? (Jan
9995Stocker, 2012 Jan 5)
10096
97+ Problem parsing expression with function(). (Andy Wokula, 2012 Nov 22)
98+ Patch by Christian Brabandt, Nov 22. Tests in another patch, Nov 23.
99+
101100Problem caused by patch 7.3.638: window->open does not update window
102101correctly. Issue 91.
103102
@@ -121,6 +120,11 @@ then Sep 1, reminder Oct 14)
121120
122121Issue 72: 'autochdir' causes problems for :vimgrep.
123122
123+ Undo problem: line not removed as expected when using setline() from Insert
124+ mode. (Israel Chauca, 2010 May 13, more in second msg)
125+ Break undo when CTRL-R = changes the text? Or save more lines?
126+ Patch by Christian Brabandt, 2012 Nov 16.
127+
124128In the ATTENTION message about an existing swap file, mention the name of the
125129process that is running. It might actually be some other program, e.g. after
126130a reboot.
@@ -328,6 +332,9 @@ Oct 26)
328332
329333Bug in repeating Visual "u". (Lawrence Kesteloot, 2010 Dec 20)
330334
335+ Using "p" in Visual mode while specifying the small delete register "-
336+ overwrites the register before it is put. (Marcin Szamotulski, 2012 Nov 23)
337+
331338With "unamedplus" in 'clipboard' pasting in Visual mode causes error for empty
332339register. (Michael Seiwald, 2011 Jun 28) I can't reproduce it.
333340
@@ -673,10 +680,6 @@ Problem with stop directory in findfile(). (Adam Simpkins, 2009 Aug 26)
673680Using ']' as the end of a range in a pattern requires double escaping:
674681 /[@-\\]] (Andy Wokula, 2011 Jun 28)
675682
676- Undo problem: line not removed as expected when using setline() from Insert
677- mode. (Israel Chauca, 2010 May 13, more in second msg)
678- Break undo when CTRL-R = changes the text? Or save more lines?
679-
680683Slow combination of folding and PHP syntax highlighting. Script to reproduce
681684it. Caused by "syntax sync fromstart" in combination with patch 7.2.274.
682685(Christian Brabandt, 2010 May 27)
0 commit comments