Update runtime files.

This commit is contained in:
Bram Moolenaar
2013-08-03 18:35:36 +02:00
parent f40f4ab8df
commit 9d98fe9cae
32 changed files with 676 additions and 642 deletions
+3 -2
View File
@@ -1,4 +1,4 @@
*autocmd.txt* For Vim version 7.4b. Last change: 2013 Jun 15
*autocmd.txt* For Vim version 7.4b. Last change: 2013 Aug 02
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -952,7 +952,8 @@ the autocommand is executed. This is different from the command!
*file-pattern*
The pattern is interpreted like mostly used in file names:
* matches any sequence of characters
* matches any sequence of characters; Unusal: includes path
separators
? matches any single character
\? matches a '?'
. matches a '.'