diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-06-26 16:17:58 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-06-26 16:17:58 +0200 |
commit | 802a0d902fca423acb15f835d7b09183883d79a0 (patch) | |
tree | 30e049de8c6055a690cc03481629b4bf0381bfdd /runtime/doc/todo.txt | |
parent | 049cba9e9760152b5695399a991dc61cea9ba143 (diff) | |
download | vim-802a0d902fca423acb15f835d7b09183883d79a0.zip |
Updated runtime files.
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r-- | runtime/doc/todo.txt | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index dfa0417c7..cf1f0623a 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -1,4 +1,4 @@ -*todo.txt* For Vim version 7.4. Last change: 2016 Jun 16 +*todo.txt* For Vim version 7.4. Last change: 2016 Jun 25 VIM REFERENCE MANUAL by Bram Moolenaar @@ -34,14 +34,14 @@ not be repeated below, unless there is extra information. *known-bugs* -------------------- Known bugs and current work ----------------------- +:clist! +10 list next 10 errors + Further implement 'barline' in viminfo: - Use timestamp for more items: locations, marks. Problem with setqflist([]): grep 4 times, ":colder 3", setqflist([]) will clear the next list, not the current one. Ramel Eshed, Jun 8. -Patch: Fix drawing background with &termguicolors #805 (Jacob Niehus) - +channel: - GUI cursor blinking interrupted when the job output goes to a buffer that is in a window. (Ramel Eshed, 2016 Jun 9) @@ -62,7 +62,8 @@ Later With xterm could use -S{pty}. Quickfix improvements for background building and grepping: - (Yegappan might do some of this) + Patch from Yegappan, 2016 Jun 17. + Need to reset values when starting a new list. - Move 'efm' parsing to a separate function. If 'efm' is the same as last time re-use the fmt_first list. - Do not clear "dir_stack", "directory" and "file_stack", "currfile" when @@ -143,12 +144,12 @@ Add tests for using number larger than number of lines in buffer. Invalid behavior with NULL list. (Nikolai Pavlov, #768) -&t_ut not used with 'termguicolors' is set. (Jacob Niehus, 2016 May 14, #804) -Patch to fix this, Jacob Niehus, 2016 May 14, #805) - For current Windows build .pdb file is missing. (Gabriele Fava, 2016 May 11) 5) +'completeopt' noinsert breaks redo register (Shougo, 2016 Jun 18, #874) +Patch to fix this: #875 + Patch to support expression argument to sort() instead of a function name. Yasuhiro Matsumoto, 2013 May 31. Or should we add a more general mechanism, like a lambda() function? @@ -291,6 +292,7 @@ Remove SPACE_IN_FILENAME ? What could possibly go wrong? When command names are very long :command output is difficult to read. Use a maximum for the column width? (#871) +Patcy by varmanishant, 2016 Jun 18, #876 Patch to change GUI behavior: instead of changing the window size change the lines/columns when menu/toolbar/etc. is added/removed. (Ychin, 2016 Mar 20, |