diff options
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/eval.txt | 7 | ||||
-rw-r--r-- | runtime/doc/motion.txt | 5 | ||||
-rw-r--r-- | runtime/doc/options.txt | 9 | ||||
-rw-r--r-- | runtime/doc/pattern.txt | 4 | ||||
-rw-r--r-- | runtime/doc/term.txt | 6 |
5 files changed, 17 insertions, 14 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index c3f69477c..4e7d5f344 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -1,4 +1,4 @@ -*eval.txt* For Vim version 7.0f. Last change: 2006 Apr 26 +*eval.txt* For Vim version 7.0f. Last change: 2006 Apr 29 VIM REFERENCE MANUAL by Bram Moolenaar @@ -2344,12 +2344,13 @@ exists({expr}) The result is a Number, which is non-zero if {expr} is exists("##ColorScheme") < There must be no space between the symbol (&/$/*/#) and the name. + Trailing characters that can't be part of the name are often + ignored, but don't depend on it. Note that the argument must be a string, not the name of the variable itself! For example: > exists(bufcount) < This doesn't check for existence of the "bufcount" variable, - but gets the contents of "bufcount", and checks if that - exists. + but gets the value of "bufcount", and checks if that exists. expand({expr} [, {flag}]) *expand()* Expand wildcards and the following special keywords in {expr}. diff --git a/runtime/doc/motion.txt b/runtime/doc/motion.txt index 5b05d128b..7173faf97 100644 --- a/runtime/doc/motion.txt +++ b/runtime/doc/motion.txt @@ -1,4 +1,4 @@ -*motion.txt* For Vim version 7.0f. Last change: 2006 Apr 28 +*motion.txt* For Vim version 7.0f. Last change: 2006 Apr 29 VIM REFERENCE MANUAL by Bram Moolenaar @@ -707,7 +707,8 @@ there are a few restrictions. The normal method is to select a <tag> until the matching </tag>. For "at" the tags are included, for "it" they are excluded. But when "it" is repeated -the tags will be included (otherwise nothing would change). +the tags will be included (otherwise nothing would change). Also, "it" used +on a tag block with no contents will select the leading tag. "<aaa/>" items are skipped. Case is ignored, also for XML where case does matter. diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index c2e3011c0..749fb5862 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1,4 +1,4 @@ -*options.txt* For Vim version 7.0f. Last change: 2006 Apr 26 +*options.txt* For Vim version 7.0f. Last change: 2006 Apr 29 VIM REFERENCE MANUAL by Bram Moolenaar @@ -3201,7 +3201,8 @@ A jump table for the options with a short description can be found at |Q_op|. For Mac OSX you can use something like this: > :set guifont=Monaco:h10 -< *E236* +< Also see 'macatsui', it can help fix display problems. + *E236* Note that the fonts must be mono-spaced (all characters have the same width). An exception is GTK 2: all fonts are accepted, but mono-spaced fonts look best. @@ -5108,8 +5109,8 @@ A jump table for the options with a short description can be found at |Q_op|. {not available when compiled without the |+insert_expand| feature} {not in Vi} - Determines the maximum number of items to show in the popup menu. - When zero as much space as available is used. + Determines the maximum number of items to show in the popup menu for + Insert mode completion. When zero as much space as available is used. |ins-completion-menu|. diff --git a/runtime/doc/pattern.txt b/runtime/doc/pattern.txt index 8d5d40e15..d68da44bd 100644 --- a/runtime/doc/pattern.txt +++ b/runtime/doc/pattern.txt @@ -1,4 +1,4 @@ -*pattern.txt* For Vim version 7.0f. Last change: 2006 Apr 22 +*pattern.txt* For Vim version 7.0f. Last change: 2006 Apr 29 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1019,7 +1019,7 @@ x A single character, with no special meaning, matches itself have almost the same meaning, e.g., when ignoring accents. The form is: [=a=] - Currrently this is only implemented for latin1. Also works for the + Currently this is only implemented for latin1. Also works for the latin1 characters in utf-8 and latin9. */[[.* *[..]* - A collation element. This currently simply accepts a single diff --git a/runtime/doc/term.txt b/runtime/doc/term.txt index 5efec94d8..d5a20f373 100644 --- a/runtime/doc/term.txt +++ b/runtime/doc/term.txt @@ -1,4 +1,4 @@ -*term.txt* For Vim version 7.0f. Last change: 2006 Apr 24 +*term.txt* For Vim version 7.0f. Last change: 2006 Apr 29 VIM REFERENCE MANUAL by Bram Moolenaar @@ -751,8 +751,8 @@ which is editing another buffer, the Visual or Select mode is stopped. In Normal, Visual and Select mode clicking the right mouse button with the alt key pressed causes the Visual area to become blockwise. When 'mousemodel is "popup" the left button has to be used with the alt key. Note that this won't -work on systems where the window manager uses the mouse when the alt key is -pressed (it may move the window). +work on systems where the window manager consumes the mouse events when the +alt key is pressed (it may move the window). *double-click* Double, triple and quadruple clicks are supported when the GUI is active, |