1- *todo.txt* For Vim version 8.0. Last change: 2016 Oct 27
1+ *todo.txt* For Vim version 8.0. Last change: 2016 Nov 06
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -97,6 +97,11 @@ Regexp problems:
9797 matches the empty string. (Dominique Pelle, 2015 Oct 2, Nov 24)
9898 had_endbrace[] is set but not initialized or used.
9999
100+ Patch to support nested namespace syntax. (Pauli, 2016 Oct 30, #1214)
101+
102+ Make html indent file use javascript indent, now that it's not just cindent.
103+ #1220
104+
100105json_encode(): should convert to utf-8. (Nikolai Pavlov, 2016 Jan 23)
101106What if there is an invalid character?
102107
@@ -114,6 +119,7 @@ Patch to reset ex_exitvalue after catch. (Christian Brabandt, 2016 Oct 23)
114119
115120Patch to deal with changed configure events in GTK 3. (Jan Alexander Steffens,
1161212016 Oct 23 #1193)
122+ Remarks from nuko8, 2016 Nov 2.
117123
118124Wrong diff highlighting with three files. (2016 Oct 20, #1186)
119125Also get E749 on exit.
@@ -145,6 +151,9 @@ Add tests for using number larger than number of lines in buffer.
145151Patch to make v:shell_error writable. (Christian Brabandt, 2016 Sep 27)
146152Is there another solution?
147153
154+ On MS-Windows with 'clipboard' set to "unnamed" this doesn't work to double
155+ lines: :g/^/normal yyp On Unix it works OK. (Bryce Orgill, 2016 Nov 5)
156+
148157Invalid behavior with NULL list. (Nikolai Pavlov, #768)
149158E.g. deepcopy(test_null_list())
150159
0 commit comments