diff options
author | Florian Walch <florian@fwalch.com> | 2014-12-30 14:05:24 +0100 |
---|---|---|
committer | Florian Walch <florian@fwalch.com> | 2014-12-30 14:06:20 +0100 |
commit | e114529972c713d49ee50896760ea00365abe486 (patch) | |
tree | 70000a45f064d08fb8c20acefb3342ea9df73893 /runtime/doc/todo.txt | |
parent | 272f1064c74c745af4ac97ca1e46015fc7a6934d (diff) | |
download | rneovim-e114529972c713d49ee50896760ea00365abe486.tar.gz rneovim-e114529972c713d49ee50896760ea00365abe486.tar.bz2 rneovim-e114529972c713d49ee50896760ea00365abe486.zip |
vim-patch:babc6a1
Runtime file updates.
https://code.google.com/p/vim/source/detail?r=babc6a1d4c270e3a8004dad9d3b3648f067bdfde
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r-- | runtime/doc/todo.txt | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index fedd08f1ee..e4ac9a55a9 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -1,4 +1,4 @@ -*todo.txt* For Vim version 7.4. Last change: 2014 Aug 22 +*todo.txt* For Vim version 7.4. Last change: 2014 Aug 23 VIM REFERENCE MANUAL by Bram Moolenaar @@ -54,10 +54,6 @@ Regexp problems: Still using freed memory after using setloclist(). (lcd, 2014 Jul 23) More info Jul 24. Not clear why. -Patch for: - CmdUndefined - Like FuncUndefined but for user commands. -Yasuhiro Matsumoto, 2014 Aug 18 - Patch to make getregtype() return the right size for non-linux systems. (Yasuhiro Matsumoto, 2014 Jul 8) Breaks test_eval. Inefficient, can we only compute y_width when needed? @@ -262,7 +258,7 @@ Issue 28. Go through more coverity reports. Patch to add ":undorecover", get as much text out of the undo file as -possible. (Christian Brabandt, 2014 Mar 12, update Aug 16) +possible. (Christian Brabandt, 2014 Mar 12, update Aug 22) Updated spec ftplugin. (Matěj Cepl, 2013 Oct 16) |