diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-11-20 22:31:13 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-11-20 22:31:13 +0100 |
commit | 403f3eb4c1890826a5b3b5922c0e8e45be79a476 (patch) | |
tree | 97e974462e4b026b17136edfe3255b049ab083b6 /runtime/doc/todo.txt | |
parent | a07549008207099e8b7884d11d7c8a106e290cb9 (diff) | |
download | vim-git-403f3eb4c1890826a5b3b5922c0e8e45be79a476.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r-- | runtime/doc/todo.txt | 22 |
1 files changed, 4 insertions, 18 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index dcb49b292..33e608d58 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -1,4 +1,4 @@ -*todo.txt* For Vim version 8.1. Last change: 2019 Nov 17 +*todo.txt* For Vim version 8.1. Last change: 2019 Nov 19 VIM REFERENCE MANUAL by Bram Moolenaar @@ -38,23 +38,7 @@ browser use: https://github.com/vim/vim/issues/1234 *known-bugs* -------------------- Known bugs and current work ----------------------- -Patch #5232 from Andy Massimino to replace: - Patch to parse ":line" in tags file and use it for search. (Daniel Hahler, - #2546) Fixes #1057. Missing a test. - -Update files for javascriptreact and typescriptreact. -Can we close #4830? - -When 'selection' is "exclusive" then using vi' on the second ' does not select -anything. (#5183) -Patch from Christian: -https://github.com/chrisbra/vim/commit/7482d1d389e7db97e247f8b509003e5ec27427a9 -When using exclusive selection and vi" that fails, cursor moves to the left. -Cursor should not move. (#4024) - -Patch: New value "uselast" for 'switchbuf'. (Lemonboy, 2017 Apr 23, #1652) - -Patch to remove FORTIFY_SOURCE also from CPPFLAGS. (Benedikt Morbach, #2786) +Patch 2314 for vi' causes a new problem. #5247 Patch from Namsh to allow building with both XIM and hangulin. (2019 Aug 29) @@ -200,6 +184,8 @@ It can replace the BeOS code, which is likely not used anymore. Now on github: #1856. Updated Oct 2017 Got permission to include this under the Vim license. +Result of synID() sometimes wrong in help files. (#5252) + Problem showing a line if the number column width changes when using "o". (Mateusz Morusiewicz, #4245) |