aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2014-12-30 10:03:41 -0500
committerJustin M. Keyes <justinkz@gmail.com>2014-12-30 10:03:41 -0500
commit91b378d349425d0ad435c06fc341de5aa2f7b5c9 (patch)
tree70000a45f064d08fb8c20acefb3342ea9df73893 /runtime/doc
parentb5c7fbf4b09334fce266ba9a644e3dd6980993a8 (diff)
parente114529972c713d49ee50896760ea00365abe486 (diff)
downloadrneovim-91b378d349425d0ad435c06fc341de5aa2f7b5c9.tar.gz
rneovim-91b378d349425d0ad435c06fc341de5aa2f7b5c9.tar.bz2
rneovim-91b378d349425d0ad435c06fc341de5aa2f7b5c9.zip
Merge pull request #1759 from fwalch/vim-babc6a1
vim-patch:babc6a1
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/autocmd.txt2
-rw-r--r--runtime/doc/todo.txt8
2 files changed, 3 insertions, 7 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt
index cf7f183e54..aefc6bf064 100644
--- a/runtime/doc/autocmd.txt
+++ b/runtime/doc/autocmd.txt
@@ -1,4 +1,4 @@
-*autocmd.txt* For Vim version 7.4. Last change: 2014 May 02
+*autocmd.txt* For Vim version 7.4. Last change: 2014 Aug 22
VIM REFERENCE MANUAL by Bram Moolenaar
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)