summaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-07-28 16:02:18 +0200
committerBram Moolenaar <Bram@vim.org>2013-07-28 16:02:18 +0200
commit16ea3676db939c9cc326d3707cf9a0e1023ba9cd (patch)
treeef76a727390d9c7c3bf2ae5f11cb991103aabc5c /runtime/doc
parenta2320f43ea9d3991e3dc2dd8595a7dfb76138093 (diff)
downloadvim-git-16ea3676db939c9cc326d3707cf9a0e1023ba9cd.tar.gz
Updated runtime files.
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/repeat.txt5
-rw-r--r--runtime/doc/tagsrch.txt4
-rw-r--r--runtime/doc/todo.txt5
-rw-r--r--runtime/doc/version6.txt6
4 files changed, 13 insertions, 7 deletions
diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt
index a3592aa0b..ad26ac286 100644
--- a/runtime/doc/repeat.txt
+++ b/runtime/doc/repeat.txt
@@ -1,4 +1,4 @@
-*repeat.txt* For Vim version 7.4a. Last change: 2013 Jul 20
+*repeat.txt* For Vim version 7.4a. Last change: 2013 Jul 25
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -582,6 +582,9 @@ It is only included when Vim was compiled with "huge" features.
You can also use the |reltime()| function to measure time. This only requires
the |+reltime| feature, which is present more often.
+For profiling syntax highlighting see |:syntime|.
+
+
:prof[ile] start {fname} *:prof* *:profile* *E750*
Start profiling, write the output in {fname} upon exit.
If {fname} already exists it will be silently overwritten.
diff --git a/runtime/doc/tagsrch.txt b/runtime/doc/tagsrch.txt
index 9ccac0d12..c980db816 100644
--- a/runtime/doc/tagsrch.txt
+++ b/runtime/doc/tagsrch.txt
@@ -1,4 +1,4 @@
-*tagsrch.txt* For Vim version 7.4a. Last change: 2013 Jul 17
+*tagsrch.txt* For Vim version 7.4a. Last change: 2013 Jul 28
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -357,7 +357,7 @@ slower then. The former can be avoided by case-fold sorting the tags file.
See 'tagbsearch' for details.
*tag-regexp*
-The ":tag" and "tselect" commands accept a regular expression argument. See
+The ":tag" and ":tselect" commands accept a regular expression argument. See
|pattern| for the special characters that can be used.
When the argument starts with '/', it is used as a pattern. If the argument
does not start with '/', it is taken literally, as a full tag name.
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index ae4ca919b..a006c6ac2 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1,4 +1,4 @@
-*todo.txt* For Vim version 7.4a. Last change: 2013 Jul 24
+*todo.txt* For Vim version 7.4a. Last change: 2013 Jul 28
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -98,6 +98,9 @@ carried over when using :global. (Christian Brabandt, 2013 Jun 19)
Bug with 'cursorline' in diff mode. Line being scrolled into view gets
highlighted as the cursor line. (Alessandro Ivaldi, 2013 Jun 4)
+Bug when setting Visual area manually and 'selection' is exclusive, includes
+one character too much. (Ingo Karkat, 2013 Jul 26)
+
Patch to add the bufferlist() function. (Yegappan Lakshmanan, 2013 May 5)
May 17: with winlist() and tabpagelist().
May 19: with local variables.
diff --git a/runtime/doc/version6.txt b/runtime/doc/version6.txt
index 4316e9b97..c52a3e26a 100644
--- a/runtime/doc/version6.txt
+++ b/runtime/doc/version6.txt
@@ -1,4 +1,4 @@
-*version6.txt* For Vim version 7.4a. Last change: 2008 Aug 06
+*version6.txt* For Vim version 7.4a. Last change: 2013 Jul 28
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -10959,7 +10959,7 @@ Solution: Save and restore the KeyTyped variable when evaluating 'foldexpr'.
Files: src/fold.c
Patch 6.2.160
-Problem: When 'virtualedit' is "all" and 'selection is "exclusive",
+Problem: When 'virtualedit' is "all" and 'selection' is "exclusive",
selecting a double-width character below a single-width character
may cause a crash.
Solution: Avoid overflow on unsigned integer decrement. (Taro Muraoka)
@@ -11619,7 +11619,7 @@ Files: src/gui_gtk.c
Patch 6.2.256
Problem: Mac: "macroman" encoding isn't recognized, need to use
- "8bit-macroman.
+ "8bit-macroman".
Solution: Recognize "macroman" with an alias "mac". (Eckehard Berns)
Files: src/mbyte.c