1- *todo.txt* For Vim version 7.3. Last change: 2011 Dec 14
1+ *todo.txt* For Vim version 7.3. Last change: 2011 Dec 30
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -38,14 +38,31 @@ Go through more coverity reports.
3838
3939Discussion about canonicalization of Hebrew. (Ron Aaron, 2011 April 10)
4040
41+ Patch to fix crash with EXITFREE. (Dominique Pelle, 2011 Dec 20)
42+
4143Patch to fix "Console prompts fail to reset the console pager".
4244Issue 14 on googlecode
4345
4446Issue 33 on googlecode: feedkeys() leaks memory.
4547
48+ Patch for Mac using NULL pointer. (Bjorn Winckler, 2011 Dec 18)
49+
4650Patch to support UTF-8 for Hangul. (Shawn Y.H. Kim, 2011 May 1)
4751Needs more work.
4852
53+ Issue 43: patch with new C keywords.
54+
55+ When setting 'undofile' while the file is already loaded, but unchanged, try
56+ to read the undo file. Requires computing a checksum of the text. (Andy
57+ Wokula)
58+ Patch from Christian Brabandt, 2011 Dec 22. Dec 24 with test.
59+
60+ Patch for Vim moving to another window when resizing. (Yukihiro Nakadaira,
61+ 2011 Dec 18)
62+
63+ Compilation problem on z/OS, POUND is equal to '#', duplicate case.
64+ (Stephen Bovy, 2011 Dec 16)
65+
4966Once syntax and other runtime files have been fixed: add "set cp" to
5067check.vim. Use a function to run both with 'cp' and 'nocp' .
5168
@@ -82,6 +99,10 @@ Patch to highlight cursor line number. (Howard Buchholz (lhb), 2011 Oct 18)
8299
83100Patch for urxvt mouse support after shell command. (Issue 31)
84101
102+ When exiting with unsaved changes, selecting an existing file in the file
103+ dialog, there is no dialog to ask whether the existing file should be
104+ overwritten. (Felipe G. Nievinski, 2011 Dec 22)
105+
851067 Setting an option always sets "w_set_curswant", while this is only
86107 required for a few options. Only do it for those options to avoid the
87108 side effect.
@@ -91,6 +112,8 @@ Patch for option in 'cino' to specify more indent for continued conditions.
91112(Lech Lorens, 2011 Nov 27)
92113Isn't this already possible?
93114
115+ Patch for using objcpp file type for headers files. Issue 44.
116+
94117Docs fix for v:register. (Ingo Karkat, 2011 Sep 26, 27)
95118v:register doesn't work exactly as expected. (David Fishburn, 2011 Sep 20)
96119
@@ -104,6 +127,9 @@ Patch for: (Christian Brabandt, 2011 Aug 24, updated patch)
104127
105128Patch to add "onselected" callback for completion. (Taro Muraoka, 2011 Sep 24)
106129
130+ Use a count before "v" and "V" to select that many characters or lines?
131+ (Kikyous)
132+
107133":tab drop buffer.c" always opens a new tab, also if buffer.c is already in an
108134open window. (Herb Sitz, 2011 Nov 17)
109135
@@ -135,6 +161,8 @@ characters. Patch by Christian Brabandt, 2011 Oct 11)
135161Patch for 'transparency' option. (Sergiu Dotenco, 2011 Sep 17)
136162Only for MS-Windows. No documentation. Do we want this?
137163
164+ Patch to support cursor shape in Cygwin console. (Ben bgold, 2011 Dec 27)
165+
138166'cursorline' is displayed too short when there are concealed characters and
139167'list' is set. (Dennis Preiser)
140168Patch 7.3.116 was the wrong solution.
@@ -472,10 +500,6 @@ Patch to support :undo absolute jump to file save number. (Christian Brabandt,
472500Patch to use 'foldnextmax' also for "marker" foldmethod. (Arnaud Lacombe, 2011
473501Jan 7)
474502
475- When setting 'undofile' while the file is already loaded, but unchanged, try
476- to read the undo file. Requires computing a checksum of the text. (Andy
477- Wokula)
478-
479503Bug with 'incsearch' going to wrong line. (Wolfram Kresse, 2009 Aug 17)
480504Only with "vim -u NONE".
481505
@@ -1055,6 +1079,15 @@ Latest version: 2011 May 18
10551079 http://nsis.sourceforge.net/Docs/Chapter4.html#4.12
10561080 Version from Guopeng Wen that does this (2010 Dec 27)
10571081
1082+ Windows installer should install 32-bit version of right-click handler also on
1083+ 64-bit systems. (Brian Cunningham, 2011 Dec 28)
1084+
1085+ Windows installer could add a "open in new tab of existing Vim" menu entry.
1086+ Gvimext: patch to add "Edit with single Vim &tabbed" menu entry.
1087+ Just have two choices, always using one Vim and selecting between using an
1088+ argument list or opening each file in a separate tab.
1089+ (Erik Falor, 2008 May 21, 2008 Jun 26)
1090+
10581091Windows installer: licence text should not use indent, causes bad word wrap.
10591092(Benjamin Fritz, 2010 Aug 16)
10601093
@@ -1215,12 +1248,6 @@ When unloading a buffer in a BufHidden autocommand the hidden flag is reset?
12151248Substituting an area with a line break with almost the same area does change
12161249the Visual area. Can this be fixed? (James Vega, 2006 Sept 15)
12171250
1218- Windows installer could add a "open in new tab of existing Vim" menu entry.
1219- Gvimext: patch to add "Edit with single Vim &tabbed" menu entry.
1220- Just have two choices, always using one Vim and selecting between using an
1221- argument list or opening each file in a separate tab.
1222- (Erik Falor, 2008 May 21, 2008 Jun 26)
1223-
12241251GUI: When combining fg en bg make sure they are not equal.
12251252
12261253Spell checking: Add a way to specify punctuation characters. Add the
0 commit comments