summaryrefslogtreecommitdiff
path: root/runtime/doc/eval.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-07-22 21:52:15 +0000
committerBram Moolenaar <Bram@vim.org>2005-07-22 21:52:15 +0000
commitd8c0087ccea4baf4df913d24049a91a24962f20a (patch)
tree56c41c410d217a9739ad19675b3647fa75a0358f /runtime/doc/eval.txt
parent63b3ce8757b1277c2196518692aba1fbe2241564 (diff)
downloadvim-d8c0087ccea4baf4df913d24049a91a24962f20a.zip
updated for version 7.0113
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r--runtime/doc/eval.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 307ceae25..a37fa54c0 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -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.