1
- *todo.txt* For Vim version 7.4. Last change: 2015 Mar 02
1
+ *todo.txt* For Vim version 7.4. Last change: 2015 Mar 05
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -78,14 +78,9 @@ https://github.com/neovim/neovim/commit/77ace65bdce379f2d9b13ee81ab3fc01951f92dc
78
78
Still using freed memory after using setloclist(). (lcd, 2014 Jul 23)
79
79
More info Jul 24. Not clear why.
80
80
81
- Patch for c.vim and cpp.vim. (Yasuhiro Matsumoto, 2015 Feb 28)
82
-
83
81
Better .ico file for Windows. (Pat Suwalski, 2015 Feb 13)
84
82
Waiting for response on remark from Edward Fox.
85
83
86
- Patch to put -ldl in LIBs rather than LDFLAGS, so that python2 and python3 can
87
- both be used. (Oazki Kiichi, 2015 Feb 28)
88
-
89
84
Patch to make getregtype() return the right size for non-linux systems.
90
85
(Yasuhiro Matsumoto, 2014 Jul 8)
91
86
Breaks test_eval. Inefficient, can we only compute y_width when needed?
@@ -98,10 +93,10 @@ Problem using ":try" inside ":execute". (ZyX, 2013 Sep 15)
98
93
":cd C:\Windows\System32\drivers\etc*" does not work, even though the
99
94
directory exists. (Sergio Gallelli, 2013 Dec 29)
100
95
101
- Patch to make 7.4.582 work for multi-byte. (Yasuhiro Matsumoto, 2015 Mar 1)
102
-
103
96
C indent: should recognize C11 raw strings. (Mark Lodato, 2015 Mar 1)
104
97
98
+ Intel Hex syntax file update, Markus Heidelberg 2015 Mar 2
99
+
105
100
Gvim: when both Tab and CTRL-I are mapped, use CTRL-I not for Tab.
106
101
107
102
Python: ":py raw_input('prompt' )" doesn't work. (Manu Hack)
@@ -126,43 +121,17 @@ Goes away when disabling the swap file. (might1, Feb 16)
126
121
MS-Windows: Crash opening very long file name starting with "\\".
127
122
(Christian Brock, 2012 Jun 29)
128
123
129
- Syntax files for Innovation Data processing. (Rob Owens, 2015 Feb 4)
130
-
131
- Add a few features to xxd. (Vadim Vygonets, 2013 Nov 11)
132
- Patches: 2013 Nov 19
133
- 1: Add -e: little endian hexdump
134
- 2: Add -o: add offset to displayed position
135
- 3: Change displayed file position width to 8 chars
136
-
137
- Using CTRL-L while popup menu is visible behaves like CTRL-P , which is wrong.
138
- Patch by Yasuhiro Matsumoto, 2015 Jan 5.
139
- Is this right? Comment from Amadeus Demarzi.
140
- Another patch from Christian, Jan 6.
141
- Comment from Hirohito Higashi, Jan 6, update Feb 8, update Feb 17.
142
-
143
- HTML indenting: adjustments for html5. (Michaelpg, 2015 Feb 23)
144
-
145
- glob() omits symbolic links to non-existing files.
146
- (Charles Campbell, 2015 Feb 19)
147
- Patch by James McCoy, 2015 Feb 20.
148
- Docs change suggestion by Roland Eggner, 2015 Feb 21.
149
- Probably "to a not existing file" should be "to a non-existing file".
150
- Also fix globpath().
124
+ Patch to handle directories better for --remote. (xaizek, 2015 Mar 1)
151
125
152
126
Cursorline background color not mixed with character highlight.
153
127
Patch by Yasuhiro Matsumoto, 2014 Dec 3.
154
128
155
- Patch to fix temp directories for Windows, so that it works without tweaking.
156
- Issue 28.
157
- Also see http://superuser.com/questions/364879/how-to-open-a-new-file-in-gvim-e303-unable-to-open-swap-file
129
+ The argument for "-S" is not taken literally, the ":so" command expands
130
+ wildcards. Add a ":nowild" command modifier? (ZyX, 2015 March 4)
158
131
159
132
Problem using diff syntax with cp932 encoding. Idea from Yasuhiro Matsumoto,
160
133
patch from Ken Takata (2014 Nov 6)
161
134
162
- text deleted by "dit" depends on indent of closing tag.
163
- (Jan Parthey, 2015 Feb 8)
164
- Patch by Christian, Feb 9. Update Feb 13.
165
-
166
135
ml_updatechunk() is slow when retrying for another encoding. (John Little,
167
136
2014 Sep 11)
168
137
0 commit comments