1- *todo.txt* For Vim version 7.4. Last change: 2014 Nov 13
1+ *todo.txt* For Vim version 7.4. Last change: 2014 Nov 19
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -34,8 +34,6 @@ not be repeated below, unless there is extra information.
3434 *known-bugs*
3535-------------------- Known bugs and current work -----------------------
3636
37- Add langnoremap in quickref.txt and optwin.vim.
38-
3937Regexp problems:
4038- The NFA engine does not implement the time limit passed to
4139 nfa_regexec_multi()
@@ -77,8 +75,6 @@ Patch by Marcin Szamotulski to add count to :close (2014 Aug 10, update Aug
7775Doesn't look right, asked for updates.
7876Update 2014 Nov 8. Replied with suggestions.
7977
80- C macro with number highlighted wrong. (Dominique Pelle, 2014 Oct 23)
81-
8278The entries added by matchaddpos() are returned by getmatches() but can't be
8379set with setmatches(). (lcd47, 2014 Jun 29)
8480
@@ -88,14 +84,19 @@ Problem using ":try" inside ":execute". (ZyX, 2013 Sep 15)
8884
8985Python: ":py raw_input('prompt' )" doesn't work. (Manu Hack)
9086
91- Patch to fix issue 203. (Christian Brabandt, 2014 Oct 8)
92-
9387Patch to fix issue 78. (Christian Brabandt, 2014 Oct 8)
9488
9589Patch to fix leak in map() with error. (Christian Brabandt, 2014 Oct 11)
9690
9791Patch to fix incsearch for "2/pattern/e".
9892
93+ Patch to fix memory leak in :hardcopy. (Christian Brabandt, 2014 Nov 16)
94+
95+ Patch to fix warnings in if_ruby.c. (Ken Takata, 2014 Nov 17)
96+
97+ Patch to make test 63 pass when in a B&W terminal. (Christian Brabandt, 2014
98+ Nov 15) Other patch (better) on Nov 17.
99+
99100Change behavior of v:hlsearch? Patch from Christian, 2014 Oct 22.
100101
101102MS-Windows: When editing a file with a leading space, writing it uses the
@@ -106,14 +107,16 @@ patch to remove FEAT_OSFILETYPE from fileio.c. (Christian, 2014 Nov 12)
106107Value returned by virtcol() changes depending on how lines wrap. This is
107108inconsistent with the documentation.
108109
109- Fix for wrong formatting if 'linebreak' is set. (Christian Brabandt, 2014 Nov
110- 12)
110+ Patch to fix relatie numbers. (Christian Brabandt, 2014 Nov 17)
111+
112+ Patch to fix wrong formatting if 'linebreak' is set. (Christian Brabandt, 2014
113+ Nov 12)
111114
112115Patch to support hex values for setting option value.
113116(Zyx, 2015 Nov 6)
114117
115- On MS-Windows running tests with Mercurial has problems when the input files
116- are changed. (Ken Takata, Taro Muraoka, 2014 Sep 25)
118+ On MS-Windows running tests with Mercurial has problems when the fileformat of
119+ the input files are changed. (Ken Takata, Taro Muraoka, 2014 Sep 25)
117120Update Nov 5.
118121
119122MS-Windows: Crash opening very long file name starting with "\\".
@@ -140,6 +143,10 @@ lines. (Marco Hinz, 2014 Nov 2)
140143
141144Adding "~" to 'cdpath' doesn't work for completion? (Davido, 2013 Aug 19)
142145
146+ Plugins need to make a lot of effort, lots of mappings, to know what happened
147+ before pressing the key that triggers a plugin action. How about keeping the
148+ last N pressed keys, so that they do not need to be mapped?
149+
143150Can assign to s:type when a function s:type has been defined.
144151Also the other way around: define a function while a variable with that name
145152was already defined.
@@ -152,6 +159,10 @@ Patch for building a 32bit Vim with 64bit MingW compiler.
152159
153160Delete old code in os_msdos.c, mch_FullName().
154161
162+ Redo only remembers the last change. Could use "{count} g." to redo an older
163+ change. How does the user know which change? At least have a way to list
164+ them: ":repeats".
165+
155166Using "." to repeat an Ex command puts that command in history. Probably
156167should not happen. If the command is the result of a mapping it's not put in
157168history either. (Jacob Niehus, 2014 Nov 2)
@@ -289,12 +300,8 @@ Patch to add v:completed_item. (Shougo Matsu, 2013 Nov 29).
289300
290301Patch to get MSVC version in a nicer way. (Ken Takata, 2014 Jul 24)
291302
292- Patch to make test 100 work on MS-Windows. (Taro Muraoka, 2013 Dec 12)
293-
294303Patch to define macros for hardcoded values. (Elias Diem, 2013 Dec 14)
295304
296- Perl: support for Activestate perl 5.18: Issue 170.
297-
298305Several syntax file match "^\s*" which may get underlined if that's in the
299306highlight group. Add a "\zs" after it?
300307
@@ -439,9 +446,6 @@ Update by Daniel Hahler, 2014 Jul 4, Aug 14, Oct 14, Oct 15.
439446
440447Patch to make fold updates much faster. (Christian Brabandt, 2012 Dec)
441448
442- MS-Windows: Patch to make tests copy files to avoid changing the fileformat of
443- the files under version control. (Taro Muraoka, 2013 Jul 5)
444-
445449Issue 54: document behavior of -complete, also expands arg.
446450
447451- Add regex for 'paragraphs' and 'sections' : 'parare' and 'sectre' . Combine
@@ -1560,8 +1564,6 @@ Changes for Win32 makefile. (Mike Williams, 2007 Jan 22, Alexei Alexandrov,
15601564Win32: Can't complete shell command names. Why is setting xp_context in
15611565set_one_cmd_context() inside #ifndef BACKSLASH_IN_FILENAME?
15621566
1563- Win32: Patch for convert_filterW(). (Taro Muraoka, 2007 Mar 2)
1564-
15651567Win32: Patch for cscope external command. (Mike Williams, 2007 Aug 7)
15661568
15671569Win32: XPM support only works with path without spaces. Patch by Mathias
0 commit comments