summaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-08-23 15:31:19 +0200
committerBram Moolenaar <Bram@vim.org>2014-08-23 15:31:19 +0200
commit7b61a546d84ce50f278fcc84090b2d11dbe039eb (patch)
tree9a7d32eeb8d849c5fcec8e19ac071d1186c6db3e /runtime/doc
parent92f4baace8af8fbc6ed610ba91268e38a4d555a2 (diff)
downloadvim-7b61a546d84ce50f278fcc84090b2d11dbe039eb.zip
Runtime file updates.
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/autocmd.txt2
-rw-r--r--runtime/doc/tags1
-rw-r--r--runtime/doc/todo.txt8
3 files changed, 4 insertions, 7 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt
index 079b91677..03f95cac6 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/tags b/runtime/doc/tags
index 55f221f48..c0df15d3b 100644
--- a/runtime/doc/tags
+++ b/runtime/doc/tags
@@ -3454,6 +3454,7 @@ CTRL-^ editing.txt /*CTRL-^*
CTRL-{char} intro.txt /*CTRL-{char}*
Chinese mbyte.txt /*Chinese*
Cmd-event autocmd.txt /*Cmd-event*
+CmdUndefined autocmd.txt /*CmdUndefined*
Cmdline cmdline.txt /*Cmdline*
Cmdline-mode cmdline.txt /*Cmdline-mode*
CmdwinEnter autocmd.txt /*CmdwinEnter*
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 4be7867ef..4b2a3db8d 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?
@@ -265,7 +261,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)
Include Haiku port? (Adrien Destugues, Siarzhuk Zharski, 2013 Oct 24)