1- *todo.txt* For Vim version 8.0. Last change: 2017 Jan 09
1+ *todo.txt* For Vim version 8.0. Last change: 2017 Jan 16
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -35,6 +35,8 @@ entered there will not be repeated below, unless there is extra information.
3535 *known-bugs*
3636-------------------- Known bugs and current work -----------------------
3737
38+ get_syn_options() does not respect skip in else part. (Zyx)
39+
3840+channel:
3941- Try out background make plugin:
4042 https://github.com/AndrewVos/vim-make-background
@@ -120,28 +122,10 @@ What if there is an invalid character?
120122
121123Include rust files. (Klabnik, #1356)
122124
123- More float tests. (Dominique, #1364)
124-
125- Patch to avoid ubsan warning for integer overflow. (Dominique, 2016 Dec 26)
126-
127- Bug: Json with same key should not give internal error. (Lcd, 2016 Oct 26)
128- Make dict_add give a duplicate key error.
129-
130- Patch to make str2nr and str2float work with signed values.
131- (Lemonbody, 2016 Dec 18, #1332)
132-
133- Should json_encode()/json_decode() restrict recursiveness?
134- Or avoid recursiveness.
135-
136- Patch to fix UBSan error. Is this actually needed?
137- (Yegappan, 2016 Dec 18)
138-
139125Allow using json with empty key? Dict already has it.
140126
141127Json string with trailing \u should be an error. (Lcd)
142128
143- Patch to reset ex_exitvalue after catch. (Christian Brabandt, 2016 Oct 23)
144-
145129Patch to deal with changed configure events in GTK 3. (Jan Alexander Steffens,
1461302016 Oct 23 #1193)
147131Remarks from nuko8, 2016 Nov 2.
@@ -159,6 +143,9 @@ Patch for :pyx, run python commands depending on the supported version.
159143Patch to avoid warnings for overflow. (Mike Williams, 2016 Dec 16)
160144Update Dec 19.
161145
146+ When an item in the quickfix list has a file name that does not exist, behave
147+ like the item was not a match for :cnext.
148+
162149Wrong diff highlighting with three files. (2016 Oct 20, #1186)
163150Also get E749 on exit.
164151Another example in #1309
@@ -219,9 +206,6 @@ Or point to nightly builds: https://github.com/vim/vim-win32-installer/releases
219206Problem passing non-UTF-8 strings to Python 3. (Björn Linse, 2016 Sep 11,
220207#1053) With patch, does it work?
221208
222- Patch to make finding duplicate tags much faster, using a hashtab. (James
223- McCoy, 2016 Sept 14, #1046) Should work now. Updated Nov 12.
224- >
225209Use ADDR_OTHER instead of ADDR_LINES for many more commands.
226210Add tests for using number larger than number of lines in buffer.
227211
@@ -251,6 +235,9 @@ Patch to make it possible to extend a list with itself.
251235
252236Patch to add Zstandard compressed file support. (Nick Terrell, 2016 Oct 24)
253237
238+ Patch to add new regexp classes :ident:, :keyword:, :fname:.
239+ (ichizok, 2016 Jan 12, #1373)
240+
254241Patch to add trim() function. (Bukn, 2016 Nov 25, #1280)
255242
256243Patch to add MODIFIED_BY to MSVC build file. (Chen Lei, 2016 Nov 24, #1275)
@@ -475,6 +462,9 @@ Should use /usr/local/share/applications or /usr/share/applications.
475462Or use $XDG_DATA_DIRS.
476463Also need to run update-desktop-database (Kuriyama Kazunobu, 2015 Nov 4)
477464
465+ Test object i{ and it do not behave the same. #1379
466+ Do not include the linebreak at the start?
467+
478468Patch to have text objects defined by arbitrary single characters. (Daniel
479469Thau, 2013 Nov 20, 2014 Jan 29, 2014 Jan 31)
480470Added tests (James McCoy, 2016 Aug 3). Still needs more work.
@@ -972,11 +962,6 @@ highlighted as the cursor line. (Alessandro Ivaldi, 2013 Jun 4)
972962
973963Two highlighting bugs. (ZyX, 2013 Aug 18)
974964
975- Patch to add the bufferlist() function. (Yegappan Lakshmanan, 2013 May 5)
976- May 17: with winlist() and tabpagelist().
977- May 19: with local variables.
978- May 28: with options
979-
980965Patch to support 'u' in interactive substitute. (Christian Brabandt, 2012 Sep
98196628) With tests: Oct 9.
982967
@@ -1219,8 +1204,6 @@ right type.
12191204string() can't parse back "inf" and "nan". Fix documentation or fix code?
12201205(ZyX, 2010 Aug 23)
12211206
1222- Make 'formatprg' global-local. (Sung Pae)
1223-
12241207When doing "redir => s:foo" in a script and then "redir END" somewhere else
12251208(e.g. in a function) it can't find s:foo.
12261209When a script contains "redir => s:foo" but doesn't end redirection, a
0 commit comments