|
发表于 2009-11-24 23:44:28
|
显示全部楼层
patch  --- help.vt 2009-11-24 23:35:56.243045110 +0800
+++ help.vt.fix 2009-11-24 23:42:38.047325473 +0800
@@ -14,23 +14,23 @@
If tags-file doesn't exist, it can create a null file automaticlly.
- Once tags loaded, buffer-write event will trigger a re-index operation
- of current file if current file is existed in tags.
+ Once tags are loaded, buffer-write event will trigger a re-index operation
+ on current file if current file exists in tags.
:OmniTagsUpdate {file1} {file2} ...
Update the tags-file loaded before, you can specify many files and use
wildcards(see ":h wildcards"), "wildignore" option(see "h: wildignore")
- also influences the result of parse wildcards.
+ also influences the result of wildcards parsing.
- If files not in tags yet, the plugin will add those file to tags, if
- files are already exists, the plugin will update them.
+ If files are not in tags yet, the plugin will add those files to tags, if
+ files already exist, the plugin will update them.
You can specify no files, for re-index all files that already indexed.
:OmniTagsUnload
- Just a oppsite of :OmniTagsLoad, usually need not call by human.
+ Just an opposite of :OmniTagsLoad, usually needs not be called by human.
READ SCRIPT HEADER FIRST.
@@ -38,4 +38,4 @@
install details
Just drop the script to ~/.vim/plugin.
-The plugin depends on ctags, install it at first.
\ No newline at end of file
+The plugin depends on ctags, install it first. |
|