1- *todo.txt* For Vim version 7.3. Last change: 2012 Oct 04
1+ *todo.txt* For Vim version 7.3. Last change: 2012 Oct 21
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -34,50 +34,39 @@ not be repeated below, unless there is extra information.
3434 *known-bugs*
3535-------------------- Known bugs and current work -----------------------
3636
37- Patch with Test for patch 7.3.673 (Christian Brabandt, 2012 Oct 3)
38-
39- Patch for C-\ e when editing expression. (Christian Brabandt, 2012 Oct 3)
40- Correction by ZyX.
41-
4237Go through more coverity reports.
4338
4439Discussion about canonicalization of Hebrew. (Ron Aaron, 2011 April 10)
4540
4641Checking runtime scripts: Thilo Six, 2012 Jun 6.
4742
48- Crash with 1023 byte directory name. (Danek Duvall, 2012 Sep 19)
49-
50- Patch for wrong text in balloon, Issue 58. (Dominique Pelle)
51-
52- Patch for menu.vim to correct message about adding spell file.
53- (Jiri Sedlak, 2012 Sep 24)
54-
5543GTK: problem with 'L' in 'guioptions' changing the window width.
5644(Aaron Cornelius, 2012 Feb 6)
5745
58- Patch for SGR mouse with older xterm. (Hayaki Saito, 2012 Sep 19)
46+ Patch to fix undofile hash computed when not necessary. (Christian Brabandt,
47+ 2012 Oct 16, update Oct 18)
5948
60- Patch for crash with an autocommand. (ZyX, 2012 Sep 6, second one)
61- Also patch for garbage, but use vim_strncpy() instead.
62-
63- Patch to fix crash on Win32 when setting 'encoding' . (Jiri Sedlak, 2012 Sep
64- 12)
65-
66- Patch to update example using empty(). (ZyX, 2012 Sep 13)
49+ Patch to fix repeating "cgn". (Christian Brabandt, 2012 Oct 16)
50+ Update Oct 17.
6751
6852Javascript file where indent gets stuck on: GalaxyMaster, 2012 May 3.
6953
7054Updated French and Esperanto files. (Dominique Pelle, 2012 Aug 19)
7155
7256When showing diffs filler lines may be hidden at first.
73- Patch by Christian Brabandt, 2012 Sep 6.
57+ Patch by Christian Brabandt, 2012 Sep 6. Update Oct 11.
7458
7559Patch for memory leaks on exception. (ZyX, 2012 Sep 9)
7660
7761The CompleteDone autocommand needs some info passed to it:
7862- The word that was selected (empty if abandoned complete)
7963- Type of completion: tag, omnifunc, user func.
8064
65+ Unwanted file name escaping: ":echo input('file:' , '', 'file' )"
66+ And use file name completion on a file with spaces. (Frederic Hardy, 2009 Mar
67+ 23)
68+ Patch by Christian Brabandt, 2012 Oct 18. Update Oct 19.
69+
8170mouse_sgr is not ordered alphabetically in :version output.
8271Docs list mouse_urxvt as normal feature, should be big. (Hayaki Saito, 2012
8372Aug 16)
@@ -104,7 +93,7 @@ complete the contents of the directory. No escaping for the "!"? (Jan
10493Stocker, 2012 Jan 5)
10594
10695Patch to support 'u' in interactive substitute. (Christian Brabandt, 2012 Sep
107- 28) Asked for tests.
96+ 28) With tests: Oct 9 .
10897
10998Patch for IME handling, adds 'imactivatefunc' and 'imstatusfunc' option.
11099(Yukihiro Nakadaira, 2012 Aug 16)
@@ -115,10 +104,17 @@ Issue 54: document behavior of -complete, also expands arg.
115104New syntax files for apt. (quidame, 2012 Sep 21)
116105
117106Patch for if_lua. (Luis Carvalho, 2012 Aug 26, update Aug 29, another Aug 30,
118- then Sep 1)
107+ then Sep 1, reminder Oct 14 )
119108
120109Issue 72: 'autochdir' causes problems for :vimgrep.
121110
111+ :setlocal does not work in the sandbox, but :set does. Both should work in a
112+ similar way (not setting some options). (Michael Henry, 2012 Oct 20)
113+
114+ In the ATTENTION message about an existing swap file, mention the name of the
115+ process that is running. It might actually be some other program, e.g. after
116+ a reboot.
117+
122118MS-Windows: Crash opening very long file name starting with "\\".
123119(Christian Brock, 2012 Jun 29)
124120
@@ -169,6 +165,10 @@ But use "gi" instead of "a". Or use CTRL-\ CTRL-O.
169165Patch to support user name completion on MS-Windows. (Yasuhiro Matsumoto, 2012
170166Aug 16)
171167
168+ Have an option for spell checking to not mark any Chinese, Japanese or other
169+ double-width characters as error. Or perhaps all characters above 256.
170+ (Bill Sun) Helps a lot for mixed Asian and latin text.
171+
172172URXVT:
173173- will get stuck if byte sequence does not containe expected semicolon.
174174- Use urxvt mouse support also in xterm. Explanations:
@@ -761,10 +761,6 @@ Now that colnr_T is int instead of unsigned, more type casts can be removed.
761761'delcombine' does not work for the command line. (Tony Mechelynck, 2009 Jul
76276220)
763763
764- Unwanted file name escaping: ":echo input('file:' , '', 'file' )"
765- And use file name completion on a file with spaces. (Frederic Hardy, 2009 Mar
766- 23)
767-
768764Don't load macmap.vim on startup, turn it into a plugin. (Ron Aaron,
7697652009 Apr 7) Reminder Apr 14.
770766
0 commit comments