1- *todo.txt* For Vim version 8.0. Last change: 2017 Nov 21
1+ *todo.txt* For Vim version 8.0. Last change: 2017 Nov 29
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -35,6 +35,13 @@ entered there will not be repeated below, unless there is extra information.
3535 *known-bugs*
3636-------------------- Known bugs and current work -----------------------
3737
38+ Motif testgui:
39+ From test_options.vim:
40+ Found errors in Test_set_values():
41+ Caught exception in Test_set_values(): Vim(set):E596: Invalid font(s): guifont=fixedsys @ /home/mool/vim/vim80/src/testdir/opt_test.vim, line 1153
42+
43+ WinBar: balloon shows up for next line
44+
3845No maintainer for Vietnamese translations.
3946No maintainer for Simplified Chinese translations.
4047
@@ -150,8 +157,17 @@ Compiler warnings (geeknik, 2017 Oct 26):
150157- signed integer overflow in nfa_regatom() (#2251)
151158- undefined left shift in get_string_tv() (#2250)
152159
153- Patch to use imactivatefunc() also without +xim feature. (Yasuhiro Matsumoto,
154- 2017 Nov 19, #2349)
160+ patch for: fix SHIFT-Insert on Windows command prompt (Yasuhiro Matsumoto,
161+ #2381)
162+
163+ Patch for profile log truncating halfway a character. (ichizok, 2017 Nov 28,
164+ #2385)
165+
166+ WinBar: Maximizing window causes window size to be wrong. (Lifepillar, 2017
167+ Nov 29, #2356)
168+
169+ CTRL-A does not work with empty line. (Alex, #2387)
170+ Patch by Hirohito Higashi, 2017 Nov 29.
155171
156172'hlsearch' shows empty matches, which means highlighting everything.
157173Don't do that. For "foo\|" or "\v"
@@ -171,19 +187,16 @@ With foldmethod=syntax and nofoldenable comment highlighting isn't removed.
171187Using 'wildignore' also applies to literally entered file name. Also with
172188:drop (remote commands).
173189
174- Race condition between stat() and open() in write_viminfo(). Use open() in the
175- loop and try another name instead of using a temp file. (Simon Ruderich)
176- The first one, when viminfo is new, should just fail if it creating with
177- O_EXCL fails.
178- Also use umask instead of mch_fopen() after vim_tempname().
179-
180190"gvim --remote" from a directory with non-word characters changes the current
181191directory (Paulo Marcel Coelho Arabic, 2017 Oct 30, #2266)
182192Also see #1689.
183193
184194ml_get error when using a Python. (Yggdroot, 2017 Jun 1, #1737)
185195Lemonboy can reproduce (2017 Jun 5)
186196
197+ Patch to fix E806. (Dominique, 2017 Nov 22, #2368)
198+ Kazunobu Kuriyama: caused by XtSetLanguageProc().
199+
187200Invalid range error when using BufWinLeave for closing terminal.
188201(Gabriel Barta, 2017 Nov 15, #2339)
189202
@@ -208,7 +221,7 @@ Patch to fix cmdline abbreviation after '<,'>. (Christian Brabandt, 2017 Nov
208221
209222Patch to add TextDeletePost and TextYankPost events. (Philippe Vaucher, 2011
210223May 24) Update May 26.
211- Now in patch by Lemonboy, #2333 (who is Lemonboy?)
224+ Now in patch by Lemonboy, #2333
212225
213226Default install on MS-Windows should source defaults.vim.
214227Ask whether to use Windows or Vim key behavior?
0 commit comments