diff options
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index c7ff8f5e4..61ce342cc 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1,4 +1,4 @@ -*options.txt* For Vim version 7.0aa. Last change: 2006 Mar 06 +*options.txt* For Vim version 7.0aa. Last change: 2006 Mar 08 VIM REFERENCE MANUAL by Bram Moolenaar @@ -5020,6 +5020,9 @@ A jump table for the options with a short description can be found at |Q_op|. global Allows for mappings to work recursively. If you do not want this for a single entry, use the :noremap[!] command. + NOTE: To avoid portability problems with Vim scripts, always keep + this option at the default "on". Only switch it off when working with + old Vi scripts. *'report'* 'report' number (default 2) |