1
- *todo.txt* For Vim version 7.4. Last change: 2014 Nov 05
1
+ *todo.txt* For Vim version 7.4. Last change: 2014 Nov 13
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -34,6 +34,8 @@ not be repeated below, unless there is extra information.
34
34
*known-bugs*
35
35
-------------------- Known bugs and current work -----------------------
36
36
37
+ Add langnoremap in quickref.txt and optwin.vim.
38
+
37
39
Regexp problems:
38
40
- The NFA engine does not implement the time limit passed to
39
41
nfa_regexec_multi()
@@ -73,6 +75,7 @@ Patch by Marcin Szamotulski to add count to :close (2014 Aug 10, update Aug
73
75
Make ":+1close" close the next window.
74
76
Make ":-1close" close the previous window.
75
77
Doesn't look right, asked for updates.
78
+ Update 2014 Nov 8. Replied with suggestions.
76
79
77
80
C macro with number highlighted wrong. (Dominique Pelle, 2014 Oct 23)
78
81
@@ -81,30 +84,12 @@ set with setmatches(). (lcd47, 2014 Jun 29)
81
84
82
85
Gvim: when both Tab and CTRL-I are mapped, use CTRL-I not for Tab.
83
86
84
- Patch to add 'langnoremap' . (Christian Brabandt, 2014 Oct 15)
85
- Update Oct 20.
86
-
87
- Patch to add append mode to writefile(). (Yasuhiro Matsumoto, 2014 Nov 1)
88
-
89
- Remove restriction in NSIS installer that the end of the path must be "Vim".
90
- (Tim Lebedkov, 2014 Sep 24) Again Oct 12. Now on issue 272.
91
-
92
- Fix that on MS-Windows MAX_PATH in bytes causes problems for file names
93
- between MAX_PATH and double that for double-byte encodings. (Ken Takata, 2014
94
- Oct 15)
95
-
96
- Another problem with MAX_PATH, off-by-one. (Ken Takata, 2014 Oct 21)
97
-
98
87
Problem using ":try" inside ":execute". (ZyX, 2013 Sep 15)
99
88
100
89
Python: ":py raw_input('prompt' )" doesn't work. (Manu Hack)
101
90
102
- 'foldexpr' applies to help. (Paul Marshall, 2014 Sep 24)
103
-
104
91
Patch to fix issue 203. (Christian Brabandt, 2014 Oct 8)
105
92
106
- Patch to fix issue 253. (Christian Brabandt, 2014 Oct 8)
107
-
108
93
Patch to fix issue 78. (Christian Brabandt, 2014 Oct 8)
109
94
110
95
Patch to fix leak in map() with error. (Christian Brabandt, 2014 Oct 11)
@@ -113,16 +98,30 @@ Patch to fix incsearch for "2/pattern/e".
113
98
114
99
Change behavior of v:hlsearch? Patch from Christian, 2014 Oct 22.
115
100
101
+ MS-Windows: When editing a file with a leading space, writing it uses the
102
+ wrong name. (Aram, 2014 Nov 7) Vim 7.4.
103
+
104
+ patch to remove FEAT_OSFILETYPE from fileio.c. (Christian, 2014 Nov 12)
105
+
116
106
Value returned by virtcol() changes depending on how lines wrap. This is
117
107
inconsistent with the documentation.
118
108
109
+ Fix for wrong formatting if 'linebreak' is set. (Christian Brabandt, 2014 Nov
110
+ 12)
111
+
112
+ Patch to support hex values for setting option value.
113
+ (Zyx, 2015 Nov 6)
114
+
119
115
On MS-Windows running tests with Mercurial has problems when the input files
120
116
are changed. (Ken Takata, Taro Muraoka, 2014 Sep 25)
121
117
Update Nov 5.
122
118
123
119
MS-Windows: Crash opening very long file name starting with "\\".
124
120
(Christian Brock, 2012 Jun 29)
125
121
122
+ Problem using diff syntax with cp932 encoding. Idea from Yasuhiro Matsumoto,
123
+ patch from Ken Takata (2014 Nov 6)
124
+
126
125
ml_updatechunk() is slow when retrying for another encoding. (John Little,
127
126
2014 Sep 11)
128
127
@@ -161,8 +160,10 @@ Patch from Jacob, Nov 2.
161
160
"hi link" does not respect groups with GUI settings only. (Mark Lodato, 2014
162
161
Jun 8)
163
162
164
- Patch to switch to the BT regexp engine when the NFA engine uses many states.
165
- (Christian Brabandt, 2014 Oct 3)
163
+ Bug: Autocompleting ":tag/pat" replaces "/pat" with a match but does not
164
+ insert a space. (Micha Mos, 2014 Nov 7)
165
+
166
+ Patch to add the :bvimgrep command. (Christian Brabandt, 2014 Nov 12)
166
167
167
168
Patch to add argument to :cquit. (Thinca, 2014 Oct 12)
168
169
0 commit comments