Update runtime files.

This commit is contained in:
Bram Moolenaar
2018-02-09 22:00:53 +01:00
parent 5459129af2
commit 7254067ee9
38 changed files with 767 additions and 578 deletions
+1 -3
View File
@@ -1,4 +1,4 @@
*eval.txt* For Vim version 8.0. Last change: 2018 Jan 28
*eval.txt* For Vim version 8.0. Last change: 2018 Feb 09
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -5936,8 +5936,6 @@ matchaddpos({group}, {pos} [, {priority} [, {id} [, {dict}]]])
< Matches added by |matchaddpos()| are returned by
|getmatches()| with an entry "pos1", "pos2", etc., with the
value a list like the {pos} item.
These matches cannot be set via |setmatches()|, however they
can still be deleted by |clearmatches()|.
matcharg({nr}) *matcharg()*
Selects the {nr} match item, as set with a |:match|,