1- *todo.txt* For Vim version 7.4. Last change: 2015 Mar 20
1+ *todo.txt* For Vim version 7.4. Last change: 2015 Apr 12
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -68,19 +68,28 @@ Regexp problems:
6868- this doesn't work: "syntax match ErrorMsg /.\%9l\%>20c\&\%<28c/". Leaving
6969 out the \& works. Seems any column check after \& fails.
7070
71+ PHP complete update, (complex, 2015 Apr 2)
72+
73+ PHP syntax file update. (Jason Woofenden, 2015 Mar 24)
74+
75+ Updated syntax files. (Charles Campbell, Apr 2)
76+ Two messages.
77+
7178Check out neovim bug reports that apply to Vim:
7279https://github.com/neovim/neovim/issues?q=label%3Abug-vim
7380Specifically:
7481https://github.com/neovim/neovim/commit/cf8e175cf54281bcad5e704308e92ebb3e6381d3
7582https://github.com/neovim/neovim/commit/d7038127ca6b356ad33fdec08aa3b23ac6a817af
7683https://github.com/neovim/neovim/commit/77ace65bdce379f2d9b13ee81ab3fc01951f92dc
84+ https://patch-diff.githubusercontent.com/raw/neovim/neovim/pull/2390.patch
7785And also:
7886https://github.com/neovim/neovim/pull/2157/commits
7987
8088Still using freed memory after using setloclist(). (lcd, 2014 Jul 23)
8189More info Jul 24. Not clear why.
8290
83- Updated Irish translation. (Kevin Scannell, 2015 Mar 13)
91+ Patch to fix issues with locked and fixed variables.
92+ (Ola Dabrunz, 2015 Apr 11, update Apr 12)
8493
8594Better .ico file for Windows. (Pat Suwalski, 2015 Feb 13)
8695Waiting for response on remark from Edward Fox.
@@ -89,20 +98,36 @@ Patch to make getregtype() return the right size for non-linux systems.
8998(Yasuhiro Matsumoto, 2014 Jul 8)
9099Breaks test_eval. Inefficient, can we only compute y_width when needed?
91100
101+ Show Vim icon in Windows context menu. Issue 249. (Mario Weber, 2015 Apr 11)
102+
92103Problem that a previous silent ":throw" causes a following try/catch not to
93104work. (ZyX, 2013 Sep 28)
94105
95106Problem using ":try" inside ":execute". (ZyX, 2013 Sep 15)
96107
108+ R indent files update. (Jakson Alves de Aquino, Mar 31)
109+
110+ Updated Python syntax file. (Dmitry Vasiliev, Mar 30)
111+
97112":cd C:\Windows\System32\drivers\etc*" does not work, even though the
98113directory exists. (Sergio Gallelli, 2013 Dec 29)
99114
115+ Using ":windo" to set options in all windows has the side effect that it
116+ changes the window layout and the current window. Make a variant that saves
117+ and restores. Use in the matchparen plugin.
118+ Perhaps we can use ":silent window"?
119+
120+ Patch to make Ruby 2.2 work. (Andrei Olsen)
121+
122+ Window drawn wrong with 'laststatus' zero and a command-line window.
123+ (Yclept Nemo, 2015 Apr 7)
124+ Patch by Christian, Apr 8.
125+
126+ Patch to make undo files not executable. (Mikael Berthe, 2015 Apr 5)
127+
100128C indent: should recognize C11 raw strings. (Mark Lodato, 2015 Mar 1)
101129Need to recognize R"string".
102130
103- Suggested patch to MingW makefiles. (Michael Soyka, 2015 Mar 11)
104- Feedback from others?
105-
106131Patch for :tabmove not working as documented. (Hirohito Higashi, 2015 Mar 10)
107132https://gist.github.com/h-east/ffabb0cdd589a5f9acd2
108133Updated patch emailed. (Mar 17) Awaiting comments.
@@ -131,32 +156,20 @@ is Vi compatible, the completion fails. (Hirohito Higashi, 2015 Feb 19)
131156Weird encryption problems on Windows. (Ben Fritz, 2015 Feb 13)
132157Goes away when disabling the swap file. (might1, Feb 16)
133158
134- Problem caused by patch 7.3.638: window->open does not update window
135- correctly. Issue 91. With patch.
136-
137159MS-Windows: Crash opening very long file name starting with "\\".
138160(Christian Brock, 2012 Jun 29)
139161
140- Patch to handle directories better for --remote. (xaizek, 2015 Mar 1)
141-
142- Cursorline background color not mixed with character highlight.
143- Patch by Yasuhiro Matsumoto, 2014 Dec 3.
144-
145162The argument for "-S" is not taken literally, the ":so" command expands
146163wildcards. Add a ":nowild" command modifier? (ZyX, 2015 March 4)
147164
148- Problem using diff syntax with cp932 encoding. Idea from Yasuhiro Matsumoto,
149- patch from Ken Takata (2014 Nov 6 )
165+ Build with Python on Mac does not always use the right library.
166+ (Kazunobu Kuriyama, 2015 Mar 28 )
150167
151168ml_updatechunk() is slow when retrying for another encoding. (John Little,
1521692014 Sep 11)
153170
154- Patch to add counts to zr and zm. (Marcin Szamotulski, 2015 Jan 28)
155-
156- Patch to add a different escape sequence for replace mode.
157- (Omar Sandoval, 2014 Nov 30)
158-
159- Patch on Issue 166, popup drawing with '$' in 'cpo' .
171+ Patch to add 'space' argument to 'listchars' . (Issue 350)
172+ Author: David Bürgin
160173
161174When a session file is created and there are "nofile" buffers, these are not
162175filled. Need to trigger BufReadCmd autocommands. Also handle deleting the
@@ -174,15 +187,6 @@ Crash when using R syntax. (Jakson Alves de Aquino, 2015 Jan 30)
174187Memory freed by ":syn clear" but still referenced, syntax items referenced
175188from two windows? Stopped happening (Feb 5).
176189
177- Window height computed incorrectly when Vim is minimized.
178- Patch to fix this. (Ingo Karkat, 2014 Dec 19)
179-
180- Patch to fix CTRL-W handling in Insert mode for multi-byte characters.
181- (Yasuhiro Matsumoto, 2015 Jan 29, update with test)
182-
183- Patch to allow values greater than 255 for ctermfg/ctermbg on Windows.
184- (Yasuhiro Matsumoto, 2014 Dec 5)
185-
186190Patch for an extra argument to matchadd() for conceal. (Christian Brabandt,
1871912015 Feb 17, update Feb 19)
188192
@@ -409,6 +413,9 @@ highlight group. Add a "\zs" after it?
409413
410414Go through more coverity reports.
411415
416+ The undo file name can get too long. (Issue 346)
417+ For the path use a hash instead of dir%dir%dir%name hash%name.
418+
412419Patch to add ":undorecover", get as much text out of the undo file as
413420possible. (Christian Brabandt, 2014 Mar 12, update Aug 22)
414421
@@ -625,7 +632,7 @@ line are opened again, but from the wrong directory. Apply 'autochdir' only
625632after starting up?
626633
627634Patch to add ":ldo" and ":cdo", execute commands over quickfix list and
628- location list. (Yegappan Lakshmanan, 2013 Jun 2)
635+ location list. (Yegappan Lakshmanan, 2013 Jun 2, update 2015 Mar 21 )
629636
6306378 "stl" and "stlnc" in 'fillchars' don't work for multi-byte characters.
631638 Patch by Christian Wellenbrock, 2013 Jul 5.
@@ -1429,6 +1436,7 @@ Kondakoff, 2009 May 13)
14291436
14301437Problem with 'langmap' being used on the rhs of a mapping. (Nikolai Weibull,
143114382008 May 14)
1439+ Possibly related problem: Alexey Muranov, 2015 Apr 2
14321440
14331441Problem with CTRL-F . (Charles Campbell, 2008 March 21)
14341442Only happens with "gvim -geometry "160x26+4+27" -u NONE -U NONE prop.c".
0 commit comments