1- *todo.txt* For Vim version 7.3. Last change: 2013 Feb 13
1+ *todo.txt* For Vim version 7.3. Last change: 2013 Feb 20
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -34,6 +34,12 @@ not be repeated below, unless there is extra information.
3434 *known-bugs*
3535-------------------- Known bugs and current work -----------------------
3636
37+ Patch for Win32 clipboard under Cygwin. (Frodak Baksik, Feb 15)
38+ Sutcliffe says it works well.
39+ Update 2007 May 22 for Vim 7.1
40+ Update 2008 Dec 2008 for Vim 7.2.xx (Sharonov)
41+ Update by Ken Takata (2012 Dec 31, 2013 Jan 4, 2013 Jan 26)
42+
3743Download counter for scripts no longer incremented?
3844Because SourceForge does not have the IP address now, see ticket
3945https://sourceforge.net/p/forge/site-support/2461/?page=1
@@ -43,6 +49,10 @@ highlight group. Add a "\zs" after it?
4349
4450Go through more coverity reports.
4551
52+ Valgrind errors in test 16.
53+
54+ Memory leaks in Lua, uncovered by test 85.
55+
4656Discussion about canonicalization of Hebrew. (Ron Aaron, 2011 April 10)
4757
4858Checking runtime scripts: Thilo Six, 2012 Jun 6.
@@ -52,60 +62,43 @@ GTK: problem with 'L' in 'guioptions' changing the window width.
5262
5363Javascript file where indent gets stuck on: GalaxyMaster, 2012 May 3.
5464
55- Patch to trigger CompleteDone when there are no pattern matches. (Christian
56- Brabandt, 2013 Feb 7)
57-
5865The CompleteDone autocommand needs some info passed to it:
5966- The word that was selected (empty if abandoned complete)
6067- Type of completion: tag, omnifunc, user func.
6168
62- Patch to make multibyte input work on Win32 console when codepage differs from
63- 'encoding' . (Ken Takata, 2012 Sep 29)
64-
65- Patch for building with Ruby and Cygwin. (Ken Takata, 2013 Jan 9)
66-
67- Patch to make 'relativenumber' show the current lnum instead of zero.
68- (Nazri Ramliy, 2013 Jan 29)
69-
70- It's possible to define an input() function that overrides the built-in one.
71- (ZyX, 2012 Sep 28)
72-
73- Patch to add sha256() function. (Tyru, 2013 Jan 8)
74- Test by Higashi, 2013 Feb 2.
75- All together (tyru, 2013 Feb 5)
76-
77- Patch to make pyeval() print error messages. (ZyX, 2013 Jan 12)
78-
7969Win32: When a directory name contains an exclamation mark, completion doesn't
8070complete the contents of the directory. No escaping for the "!"? (Jan
8171Stocker, 2012 Jan 5)
8272
83- Patch for Win32 clipboard under Cygwin. (Frodak Baksik, Feb 15)
84- Sutcliffe says it works well.
85- Update 2007 May 22 for Vim 7.1
86- Update 2008 Dec 2008 for Vim 7.2.xx (Sharonov)
87- Update by Ken Takata (2012 Dec 31, 2013 Jan 4, 2013 Jan 26)
88-
8973Problem parsing expression with function(). (Andy Wokula, 2012 Nov 22)
9074Patch by Christian Brabandt, Nov 22. Tests in another patch, Nov 23.
9175
9276Patch to detect value of 'ambiwidth' from the termresponse.
9377(Hayaki Saito, 2013 Feb 11)
9478
9579Matchparen does not update match when indenting. (Marc Aldorasi, 2013 Feb 9)
96-
97- Patch to add default value to getbufvar() et al. (Shougo Matsushita, Hirohito
98- Higashi, 2013 Jan 1)
80+ Possible patch by Christian Brabandt, 2013 Feb 13.
9981
10082Problem caused by patch 7.3.638: window->open does not update window
10183correctly. Issue 91.
10284
85+ Patch for this bug: Setting local value of 'number' resets global value.
86+ (Markus Heidelberg, 2013 Feb 17)
87+
10388Patch to add argument to bufname() to only consider buffers in the current
10489tab. (Alexey Radkov, 2013 Feb 8) Example in later email.
10590Is this right?
10691
10792Patch to fix compiler warnings for MingW 4.5.3. (Ken Takata, 2013 Jan 26)
10893
94+ Bug: search() does not use the match at the cursor position if it's empty.
95+ (Christian Brabandt, 2013 Feb 16) Patch later.
96+
97+ Patch to make it possible to create Title Case in :s. with \L\u.
98+ (James McCoy, 2013 Feb 13)
99+
100+ Patch to view coverage of the tests. (Nazri Ramliy, 2013 Feb 15)
101+
109102Do allow real tags above the !_TAG entries. Undo older patch. Issue 90.
110103
111104Patch to support 'u' in interactive substitute. (Christian Brabandt, 2012 Sep
@@ -145,6 +138,9 @@ It's probably a good idea to make a negative value for 'sts' use the value of
145138
146139patch to add "combine" flag to syntax commands. (so8res, 2012 Dec 6)
147140
141+ Bug in completion menu. (Olivier Teuliere, 2013 Feb 15)
142+ Patch by Christian Brabandt, Feb 16.
143+
148144Syntax update problem in one buffer opened in two windows, bottom window is
149145not correctly updated. (Paul Harris, 2012 Feb 27)
150146
@@ -412,7 +408,7 @@ When a buffer-local mapping is used, but a global mapping starts with the same
412408characters, Vim currently waits for the next typed character to find out if
413409the global mapping matches. It is probably better to let the local mapping
414410win and not wait. (discussion with Andy Wokula, 2013 Jan 30)
415- Patch by Michael Henry, 2013 Jan 30.
411+ Patch by Michael Henry, 2013 Jan 30, update Feb 15 .
416412
417413When doing "redir => s:foo" in a script and then "redir END" somewhere else
418414(e.g. in a function) it can't find s:foo.
@@ -513,6 +509,9 @@ New esperanto spell file can't be processed. (Dominique Pelle, 2011 Jan 30)
513509"L'Italie" noted as a spell error at start of the sentence. (Dominique Pelle,
5145102011 Feb 27)
515511
512+ Functions to read the actual contents of the screen, so that things like
513+ conceal can be tested. (Nazri Ramliy, 2013 Feb 18)
514+
516515Copy/paste between Vim and Google chrome doesn't work well for multi-byte
517516characters. (Ben Haskell, 2010 Sep 17)
518517When putting text in the cut buffer (when exiting) and conversion doesn't work
@@ -524,6 +523,9 @@ Experimental patch by Christian Brabandt, 2012 Apr 19.
524523Editing a file with a ^M with 'ff' set to "mac", opening a help file, then the
525524^M is displayed as ^J sometimes. Getting 'ff' value from wrong window/buffer?
526525
526+ 'colorcolumn' has higher priority than hlsearch. Should probably be the other
527+ way around. (Nazri Ramliy, 2013 Feb 19)
528+
527529When Vim is put in the background (SIGTSTP) and then gets a SIGHUP it doesn't
528530exit. It exists as soon as back in the foreground. (Stephen Liang, 2011 Jan
5295319) Caused by vim_handle_signal(SIGNAL_BLOCK); in ui.c.
0 commit comments