diff options
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/eval.txt | 5 | ||||
-rw-r--r-- | runtime/doc/options.txt | 16 |
2 files changed, 12 insertions, 9 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. diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 89c5cd569..aac3c29e4 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1,4 +1,4 @@ -*options.txt* For Vim version 7.0aa. Last change: 2005 Jul 21 +*options.txt* For Vim version 7.0aa. Last change: 2005 Jul 22 VIM REFERENCE MANUAL by Bram Moolenaar @@ -657,12 +657,14 @@ A jump table for the options with a short description can be found at |Q_op|. {not in Vi} {only available when compiled with the |+netbeans_intg| or |+sun_workshop| feature} - When on, Vim will change its value for the current working directory - whenever you open a file, switch buffers, delete a buffer or - open/close a window. It will change to the directory containing the - file which was opened or selected. This option is provided for - backward compatibility with the Vim released with Sun ONE Studio 4 - Enterprise Edition. + When on, Vim will change the current working directory whenever you + open a file, switch buffers, delete a buffer or open/close a window. + It will change to the directory containing the file which was opened + or selected. + This option is provided for backward compatibility with the Vim + released with Sun ONE Studio 4 Enterprise Edition. + Note: When this option is on some plugins may not work. The directory + browser sets if off. *'arabic'* *'arab'* *'noarabic'* *'noarab'* 'arabic' 'arab' boolean (default off) |