1- *todo.txt* For Vim version 7.4. Last change: 2013 Sep 22
1+ *todo.txt* For Vim version 7.4. Last change: 2013 Oct 05
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -34,19 +34,9 @@ not be repeated below, unless there is extra information.
3434 *known-bugs*
3535-------------------- Known bugs and current work -----------------------
3636
37- NFA engine mismatch, with example. (ZyX, 2013 Aug 29)
38-
39- NFA engine difference, with test case. (Axel Bender, 2013 Sep 17)
40- Comments from Vlad Irnov Sep 18.
41-
4237Problem positioning the cursor after auto-formatting without a comment. (Tor
4338Perkins, 2013 Sep 1)
4439
45- Patch to fix test 92 and 93 failing in a bad way. (Hirohito Higashi, 2013 Sep
46- 11)
47-
48- Patch to fix using "p" in Visual block mode. (Christian Brabandt, 2013 Sep 19)
49-
5040Using \1 in pattern goes one line too far. (Bohr Shaw, 2013 Sep 5)
5141Column is OK. "/\v(^.+\n)\1/e" (John Little, Sep 5)
5242Also, matches start of 2nd line, not the whole line.
@@ -55,38 +45,30 @@ Error for incomplete help argument. (John Beckett, 2013 Sep 12)
5545
5646Popup menu: first item is not selected when typing more than one character?
5747
58- Patch to add async functionality. (Geoff Greer, 2013 Sep 1)
59-
60- Patch to avoid mouse cursor flickering. (Ken Takata,, 2013 Sep 2)
61-
62- Patch to make zg and zb work better. (Christian Brabandt, 2013 Sep 8)
63-
64- Patch to fix that VC10 does not stat() a symlink to a directory.
65- (Ken Takata,, 2013 Sep 20) Update Sep 21
66-
6748Should win_redr_custom() not be allowed to use recursively?
6849(Yasuhiro Matsumoto, 2013 Aug 15)
6950
7051NFA engine combining character mismatch. (glts, 2013 Aug 27)
7152Remark Dominique, Aug 27
7253
73- Patch to make Tcl 8.6 work. (Issue 167)
74-
75- Patch to make input() work while inside :normal. (Yasuhiro Matsumoto, 2013 Sep
76- 19)
54+ Problem that a previous silent ":throw" causes a following try/catch not to
55+ work. (ZyX, 2013 Sep 28)
7756
7857Problem using ":try" inside ":execute". (ZyX, 2013 Sep 15)
7958
8059Issue 164: freeze on regexp search.
8160
82- Python: ":py raw_input('prompt' )" doesn't work. (Manu Hack)
61+ Update for Clojure ftplugin. (Sung Pae). Await discussion about formatting in
62+ ftplugins.
8363
84- Patch to fix substitute prompt with line number. (Benoit Pierre, 2013 Aug 27,
85- third message)
64+ Python: ":py raw_input('prompt' )" doesn't work. (Manu Hack)
8665
8766Patch to avoid problem with colon in file name. (Yasuhiro Matsumoto, 2013 Sep
88675) Only copy file name when needed: Sep 9.
8968
69+ Patch to make #N in 'cino' stop not indenting #lines. (Christian Brabandt,
70+ 2013 Sep 25)
71+
9072Include systemverilog file? Two votes yes.
9173
9274Wrapping around end of file does not work for "." after "cgn". (Dimitar
@@ -108,6 +90,12 @@ Adding "~" to 'cdpath' doesn't work for completion? (Davido, 2013 Aug 19)
10890Patch to make has() check for Vim version and patch at the same time.
10991(Marc Weber, 2013 Jun 7)
11092
93+ Patch to fix Visual-block insert using cursor keys. (Christian Brabandt, 2013
94+ Sep 28) With test Sept 29.
95+
96+ VMS: Select() doesn't work properly, typing ESC may hang Vim. Use sys$qiow
97+ instead. (Samuel Ferencik, 2013 Sep 28)
98+
11199Several syntax file match "^\s*" which may get underlined if that's in the
112100highlight group. Add a "\zs" after it?
113101
@@ -118,6 +106,14 @@ Patch 2013 Sept 10, test: Sept 11.
118106
119107Go through more coverity reports.
120108
109+ Bug: Does not skip over expression with dict member properly. (ZyX, 2013 Sep
110+ 29)
111+
112+ Patch to make ColorScheme autocommand match with the colorscheme name instead
113+ of the buffer name. (Christian Brabandt, 2013 Sep 25)
114+
115+ Patch to right-align signs. (James Kolb (email james), 2013 Sep 23)
116+
121117With "$" in 'cpoptions' the popup menu isn't fully drawn. (Matti Niemenmaa,
1221182013 Sep 5)
123119
@@ -131,6 +127,9 @@ Patches to fix this. (Ken Takata, 2013 Aug 9)
131127
132128:help gives example for z?, but it does not work. m? and t? do work.
133129
130+ Python: Extended funcrefs: use func_T* structure in place of char_u* function
131+ names. (ZyX, 2013 Jul 15, update Sep 22, 24, 28)
132+
134133Patch to add funcref to Lua. (Luis Carvalho, 2013 Sep 4)
135134With tests: Sep 5.
136135
@@ -280,9 +279,6 @@ b:undo_ftplugin cannot call a script-local function. (Boris Danilov, 2013 Jan
280279Win32: The Python interface only works with one version of Python, selected at
281280compile time. Can this be made to work with version 2.1 and 2.2 dynamically?
282281
283- Python: Extended funcrefs: use func_T* structure in place of char_u* function
284- names. (ZyX, 2013 Jul 15 and later)
285-
286282Python: Be able to define a Python function that can be called directly from
287283Vim script. Requires converting the arguments and return value, like with
288284vim.bindeval().
@@ -387,6 +383,7 @@ And one for gui_x11.txt.
387383 More recent version: https://retracile.net/wiki/VimBreakIndent
388384 Posted to vim-dev by Taylor Hedberg, 2011 Nov 25
389385 Update by Taylor Hedberg, 2013 May 30.
386+ Updated for Vim 7.4 by Ken Takata, 2013 Oct 5.
390387
391388":cd" doesn't work when current directory path contains "**".
392389finddir() has the same problem. (Yukihiro Nakadaira, 2012 Jan 10)
@@ -989,7 +986,7 @@ correct. Don't use it in the swap file.
989986Completion for ":buf" doesn't work properly on Win32 when 'shellslash' is off.
990987(Henrik Ohman, 2009, Jan 29)
991988
992- shellescape() depends on 'shellshash ' for quoting. That doesn't work when
989+ shellescape() depends on 'shellslash ' for quoting. That doesn't work when
993990'shellslash' is set but using cmd.exe. (Ben Fritz)
994991Use a different option or let it depend on whether 'shell' looks like a
995992unix-like shell?
@@ -1403,7 +1400,7 @@ Ebersbach, 2008 Feb 1)
14031400
14041401Menu item that does "xxd -r" doesn't work when 'fileencoding' is utf-16.
14051402Check for this and use iconv? (Edward L. Fox, 2007 Sep 12)
1406- Does the conversion in the other direction work when 'filenecodings ' is set
1403+ Does the conversion in the other direction work when 'fileencodings ' is set
14071404properly?
14081405
14091406Cursor displayed in the wrong position when using 'numberwidth' . (James Vega,
@@ -1817,7 +1814,7 @@ Awaiting updated patches:
18171814 How does this work? Missing comments.
181818158 Add a few more command names to the menus. Patch from Jiri Brezina
18191816 (28 feb 2002). Will mess the translations...
1820- 7 ATTENTION dialog choices are more logical when "Delete it' appears
1817+ 7 ATTENTION dialog choices are more logical when "Delete it" appears
18211818 before "Quit". Patch by Robert Webb, 2004 May 3.
18221819- Include flipcase patch: ~/vim/patches/wall.flipcase2 ? Make it work
18231820 for multi-byte characters.
@@ -3250,6 +3247,7 @@ Syntax highlighting:
32503247Built-in script language:
325132488 Make the filename and line number available to script functions, so that
32523249 they can give useful debugging info. The whole call stack would be ideal.
3250+ At least use this for error messages.
325332517 Execute a function with standard option values. No need to save and
32543252 restore option values. Especially useful for new options. Problem: how
32553253 to avoid a performance penalty (esp. for string options)?
@@ -4752,7 +4750,7 @@ Marks:
47524750
47534751Digraphs:
475447527 Make "ga" show the keymap for a character, if it exists.
4755- Also show the code of the character after conversion to 'filenecoding ' .
4753+ Also show the code of the character after conversion to 'fileencoding ' .
47564754- Use digraph table to tell Vim about the collating sequence of special
47574755 characters?
475847568 Add command to remove one or more (all) digraphs. (Brown)
0 commit comments