1- *todo.txt* For Vim version 7.3. Last change: 2011 May 10
1+ *todo.txt* For Vim version 7.3. Last change: 2011 May 19
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -32,6 +32,9 @@ be worked on, but only if you sponsor Vim development. See |sponsor|.
3232
3333Go through more coverity reports.
3434
35+ Hong Xu: I think src/Make_ro.mak should also be removed.
36+ Two patches 2011 May 15
37+
3538Crash in autocomplete, valgrind log. (Greg Weber, 2011 Apr 22)
3639
3740Ex command ":s/ \?/ /g" splits multi-byte characters into bytes. (Dominique
@@ -50,6 +53,10 @@ Karkat, 2011 Jan 16)
5053
5154Patch to add 'cscoperelative' . (Raghavendra Prabhu, 2011 Apr 18)
5255
56+ 9 "} else" causes following lines to be indented too much. (Rouben
57+ Rostamian, 2008 Aug 30)
58+ Patch by Lech Lorens, 2011 May 16, with more tests.
59+
5360New syntax file for dnsmasq. (Thilo Six, 2011 Apr 18)
5461
5562Discussion about canonicalization of Hebrew. (Ron Aaron, 2011 April 10)
@@ -71,6 +78,8 @@ Lepa, 2011 Jan 18)
7178
7279Patch to support ":!start /b cmd". (Xaizek, 2010 Dec 22)
7380
81+ Patch for syntax "extend" not working correctly. (Ben Schmidt, 2011 May 15)
82+
7483Patch to build with GTK on Mac. (Ben Schmidt, 2011 Jan 18)
7584Use another name instead of FEAT_GUI_ELSEWHERE.
7685
@@ -87,6 +96,8 @@ Patch for Python 3 support. (lilydjwg, 2011 Feb 24)
8796Patch to make putting from clipboard linewise when the text ends in a newline.
8897(Sung Pae) Do we want this?
8998
99+ Patch to add third dict argument to sort(). (ZyX, 2011 May 15)
100+
90101Building the MingW version without clipboard but with multi-byte doesn't
91102work. (Bill Lam, 2010 Sep 18)
92103
@@ -132,6 +143,10 @@ problems, even though double quotes are used. (Manuel Stol, 2011 Mar 9)
132143
133144Patch to change the meaning of \n in substitute(). (motoya kurotsu, 2011 Mar 8)
134145
146+ Gui menu edit/paste in block mode insert only inserts in one line (Bjorn
147+ Winckler, 2011 May 11)
148+ Use function to set paste option and restore it, use CTRL-R + to paste.
149+
135150Help file foldexpr (ZyX)
136151
137152Syntax region with 'concealends' and a 'cchar' value, 'conceallevel' set to 2,
@@ -163,6 +178,7 @@ Patch by Christian Brabandt, 2011 May 6.
163178
164179CursorHold repeats typed key when it's the start of a mapping.
165180(Will Gray, 2011 Mar 23)
181+ Christian Brabandt: problem is that OP_PENDING isn't set.
166182
167183Windows keys not set properly on Windows 7? (cncyber, 2010 Aug 26)
168184
@@ -323,9 +339,6 @@ mkdir().
323339When 'paste' is changed with 'pastetoggle' , the ruler doesn't reflect this
324340right away. (Samuel Ferencik, 2010 Dec 7)
325341
326- Windows installer: licence text should not use indent, causes bad word wrap.
327- (Benjamin Fritz, 2010 Aug 16)
328-
329342Mac with X11: clipboard doesn't work properly. (Raf, 2010 Aug 16)
330343
331344Using CompilerSet doesn't record where an option was set from. E.g., in the
@@ -368,11 +381,6 @@ Can 'undolevels' be a buffer-local option? Helps for making big changes in
368381one file only, set 'ul' to -1 only for that buffer.
369382Patch by Christian Brabandt, 2010 Dec 17. Needs test.
370383
371- Dos uninstal may delete vim.bat from the wrong directory (e.g., when someone
372- makes his own wrapper). Add a magic string with the version number to the
373- .bat file and check for it in the uninstaller. E.g.
374- # uninstall key: vim7.3*
375-
376384Problem with cursor in the wrong column. (SungHyun Nam, 2010 Mar 11)
377385Additional info by Dominique Pelle. (also on 2010 Apr 10)
378386
@@ -992,6 +1000,9 @@ Jun 3)
9921000However, for backwards compatibility escaping might be necessary. Check if
9931001the user put quotes around the expanded item?
9941002
1003+ A throw in a function causes missing an endif below the call. (Spiros
1004+ Bousbouras, 2011 May 16)
1005+
9951006Error E324 can be given when a cron script has wiped out our temp directory.
9961007Give a clear error message about this (and tell them not to wipe out /tmp).
9971008
@@ -1011,10 +1022,19 @@ go to Insert mode and add a few lines. Then backspacing every other time
10111022moves the cursor instead of deleting. (Chris Kaiser, 2007 Sep 25)
10121023
10131024Patch to use Modern UI 2.0 for the Nsis installer. (Guopeng Wen, 2010 Jul 30)
1025+ Latest version: 2011 May 18
101410268 Windows install with NSIS: make it possible to do a silent install, see
10151027 http://nsis.sourceforge.net/Docs/Chapter4.html#4.12
10161028 Version from Guopeng Wen that does this (2010 Dec 27)
10171029
1030+ Windows installer: licence text should not use indent, causes bad word wrap.
1031+ (Benjamin Fritz, 2010 Aug 16)
1032+
1033+ Dos uninstal may delete vim.bat from the wrong directory (e.g., when someone
1034+ makes his own wrapper). Add a magic string with the version number to the
1035+ .bat file and check for it in the uninstaller. E.g.
1036+ # uninstall key: vim7.3*
1037+
10181038Changes for Win32 makefile. (Mike Williams, 2007 Jan 22, Alexei Alexandrov,
101910392007 Feb 8)
10201040
@@ -3801,8 +3821,6 @@ Insert mode:
38013821
38023822
38033823'cindent' , 'smartindent' :
3804- 9 "} else" causes following lines to be indented too much. (Rouben
3805- Rostamian, 2008 Aug 30)
380638249 Wrapping a variable initialization should have extra indent:
38073825 char * veryLongName =
38083826 "very long string"
0 commit comments