diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-25 20:53:06 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-25 20:53:06 +0200 |
commit | c3301874a66e2b4377fb2dc238e5d07426a25c1c (patch) | |
tree | e78c4abd2e72c00471700f0d304b5675e6496db3 /runtime/doc/options.txt | |
parent | 6fc45b55fc317330193e460dc18732b7d6b15a87 (diff) | |
download | vim-c3301874a66e2b4377fb2dc238e5d07426a25c1c.zip |
7.3b -> 7.3c
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 8e2b5e072..f7b90ca3f 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1,4 +1,4 @@ -*options.txt* For Vim version 7.3b. Last change: 2010 Jul 24 +*options.txt* For Vim version 7.3c. Last change: 2010 Jul 25 VIM REFERENCE MANUAL by Bram Moolenaar @@ -273,10 +273,10 @@ You will not get back the 'list' value as it was the last time you edited current buffer or window. Not all options have a local value. If the option does not have a local value the global value is set. - With the "all" argument: display all local option's - local values. - Without argument: Display all local option's local - values which are different from the default. + With the "all" argument: display local values for all + local options. + Without argument: Display local values for all local + options which are different from the default. When displaying a specific local option, show the local value. For a global/local boolean option, when the global value is being used, "--" is displayed @@ -298,10 +298,10 @@ You will not get back the 'list' value as it was the last time you edited :setg[lobal] ... Like ":set" but set only the global value for a local option without changing the local value. When displaying an option, the global value is shown. - With the "all" argument: display all local option's - global values. - Without argument: display all local option's global - values which are different from the default. + With the "all" argument: display global values for all + local options. + Without argument: display global values for all local + options which are different from the default. {not in Vi} For buffer-local and window-local options: |