1- *todo.txt* For Vim version 7.4. Last change: 2014 Jan 23
1+ *todo.txt* For Vim version 7.4. Last change: 2014 Feb 11
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -34,9 +34,12 @@ not be repeated below, unless there is extra information.
3434 *known-bugs*
3535-------------------- Known bugs and current work -----------------------
3636
37+ When 'paste' is changed with 'pastetoggle' , the ruler doesn't reflect this
38+ right away. (Samuel Ferencik, 2010 Dec 7)
39+ Patch to fix that status line isn't redrawn when 'pastetoggle' is set.
40+ (Nobuhiro Takasaki, 2014 Feb 11)
41+
3742Regexp problems:
38- - After patch 7.4.045 pattern with \zs isn't handled correctly. (Yukihiro
39- Nakadaira, 2013 Dec 23) Patch 2014 Jan 15, update Jan 16.
4043- NFA regexp doesn't count tab matches correctly. (Urtica Dioica / gaultheria
4144 Shallon, 2013 Nov 18)
4245- After patch 7.4.100 there is still a difference between NFA and old engine.
@@ -50,27 +53,15 @@ Regexp problems:
5053 2013 Dec 11)
5154- Using \@> and \?. (Brett Stahlman, 2013 Dec 21) Remark from Marcin Szamotulski
5255 Remark from Brett 2014 Jan 6 and 7.
53-
54- Patch to fix endless loop in completion. (Christian Brabandt, 2014 Jan 15)
55-
56- Patch after 7.4.154: no autoload when not evaluating. (Yasuhiro Matsumoto,
57- 2014 Jan 14)
58-
59- Test for patch 7.4.149. (Yukihiro Nakadaira, 2014 Jan 15)
56+ - Bug with back references. (Lech Lorens, 2014 Feb 3)
57+ - Bug when using \>. (Ramel, 2014 Feb 2)
6058
6159Problem that a previous silent ":throw" causes a following try/catch not to
6260work. (ZyX, 2013 Sep 28)
6361
6462":cd C:\Windows\System32\drivers\etc*" does not work, even though the
6563directory exists. (Sergio Gallelli, 2013 Dec 29)
6664
67- Blowfish is actually using CFB instead of OFB. Adjust names in blowfish.c.
68-
69- More compiler warnings for Python. (Tony Mechelynck, 2014 Jan 14)
70-
71- Patch to fix that when wide functions fail the non-wide function may do
72- something wrong. (Ken Takata, 2014 Jan 18)
73-
7465Patch 7.4.085 breaks Visual insert in some situations. (Issue 193)
7566Patch by Christian Brabandt, 2014 Jan 16.
7667
@@ -81,17 +72,15 @@ ftplugins.
8172
8273Python: ":py raw_input('prompt' )" doesn't work. (Manu Hack)
8374
84- Patch to make Dictionary.update() work without arguments.
85- (ZyX, 2013 Oct 19)
86-
87- Include systemverilog file? Two votes yes.
88-
8975Patch to make "J" set '[ and '] marks. (Christian Brabandt, 2013 Dec 11)
9076Any compatibility problems?
9177
9278Patch to add :S modifier for excaping the current file name.
9379(ZyX, 2013 Nov 30) Update Dec 5.
9480
81+ Issu 197: ]P doesn't paste over Visual selection. With patch from Christian
82+ Brabandt, Feb 6.
83+
9584Problem with 'spellsuggest' file, only works for some words.
9685(Cesar Romani, 2013 Aug 20) Depends on file name? (Aug 24)
9786Additional remark by glts: the suggested words are marked bad?
@@ -102,12 +91,15 @@ Additional remark by glts: the suggested words are marked bad?
10291
10392Syntax highlighting slow (hangs) in SASS file. (Niek Bosch, 2013 Aug 21)
10493
105- Adding "~" to 'cdpath' doesn't work for completion? (Davido, 2013 Aug 19)
94+ Patch for mksession. (Nobuhiro Takasaki, 2014 Jan 31)
95+ Also fixes another problem (following email)
10696
107- Error number E834 is used twice. (Yukihiro Nakadaira. 2014 Jan 18 )
97+ Adding "~" to 'cdpath' doesn't work for completion? (Davido, 2013 Aug 19 )
10898
10999Crash with ":%s/\n//g" on long file. (Aidan Marlin, 2014 Jan 15)
110100Christian Brabandt: patch to run this into a join. (2014 Jan 18)
101+ Suggestion to not save replaced line for undo: Yukihiro Nakadaira, 2014 Jan
102+ 25.
111103
112104Add digraph for Rouble: =P. What's the Unicode?
113105
@@ -117,6 +109,12 @@ Phpcomplete.vim update. (Complex, 2014 Jan 15)
117109
118110PHP syntax is extremely slow. (Anhad Jai Singh, 2014 Jan 19)
119111
112+ Can we make ":unlet $VAR" use unsetenv() to delete the env var?
113+ What for systems that don't have unsetenv()?
114+
115+ spec ftplugin: patch from Igor Gnatenko, 2014 Jan 26.
116+ Include if maintainers don't respond.
117+
120118Patch to make has() check for Vim version and patch at the same time.
121119(Marc Weber, 2013 Jun 7)
122120
@@ -325,7 +323,8 @@ MS-Windows: Crash opening very long file name starting with "\\".
325323(Christian Brock, 2012 Jun 29)
326324
327325Patch to have text objects defined by arbitrary single characters. (Daniel
328- Thau, 2013 Nov 20)
326+ Thau, 2013 Nov 20, 2014 Jan 29, 2014 Jan 31)
327+ Ben Fritz: problem with 'selection' set to "exclusive".
329328
330329Patch to select the next or previous text object if there isn't one under the
331330cursor. (Daniel Thau, 2013 Nov 20)
@@ -784,9 +783,6 @@ C-indenting: A matching { in a comment is ignored, but intermediate { are not
784783checked to be in a comment. Implement FM_SKIPCOMM flag of findmatchlimit().
785784Issue 46.
786785
787- When 'paste' is changed with 'pastetoggle' , the ruler doesn't reflect this
788- right away. (Samuel Ferencik, 2010 Dec 7)
789-
790786Mac with X11: clipboard doesn't work properly. (Raf, 2010 Aug 16)
791787
792788Using CompilerSet doesn't record where an option was set from. E.g., in the
0 commit comments