Updated runtime files.

This commit is contained in:
Bram Moolenaar
2013-11-09 03:41:58 +01:00
parent 45d3b1454c
commit 8e69b4a319
7 changed files with 42 additions and 55 deletions
+4 -1
View File
@@ -1,4 +1,4 @@
*eval.txt* For Vim version 7.4. Last change: 2013 Nov 02
*eval.txt* For Vim version 7.4. Last change: 2013 Nov 08
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -4235,6 +4235,9 @@ matchadd({group}, {pattern}[, {priority}[, {id}]])
"match"). It will be highlighted with {group}. Returns an
identification number (ID), which can be used to delete the
match using |matchdelete()|.
Matching is case sensitive and magic, unless case sensitivity
or magicness are explicitly overridden in {pattern}. The
'magic', 'smartcase' and 'ignorecase' options are not used.
The optional {priority} argument assigns a priority to the
match. A match with a high priority will have its