1
0
forked from aniani/vim

updated for version 7.0113

This commit is contained in:
Bram Moolenaar
2005-07-22 21:52:15 +00:00
parent 63b3ce8757
commit d8c0087cce
6 changed files with 47 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
*eval.txt* For Vim version 7.0aa. Last change: 2005 Jul 21
*eval.txt* For Vim version 7.0aa. Last change: 2005 Jul 22
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -4091,7 +4091,8 @@ system({expr} [, {input}]) *system()* *E677*
taglist({expr}) *taglist()*
Returns a list of tags matching the regular expression {expr}.
Each list item is a dictionary with the following entries:
Each list item is a dictionary with at least the following
entries:
name name of the tag.
filename name of the file where the tag is
defined.