1
0
forked from aniani/vim

Updated runtime files.

This commit is contained in:
Bram Moolenaar
2013-07-28 16:02:18 +02:00
parent a2320f43ea
commit 16ea3676db
6 changed files with 74 additions and 47 deletions

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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