diff options
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r-- | runtime/doc/eval.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 1a44a6800..c599e8a93 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -1,4 +1,4 @@ -*eval.txt* For Vim version 7.3. Last change: 2011 Feb 07 +*eval.txt* For Vim version 7.3. Last change: 2011 Feb 11 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1286,7 +1286,9 @@ v:beval_text The text under or after the mouse pointer. Usually a word as *v:beval_winnr* *beval_winnr-variable* v:beval_winnr The number of the window, over which the mouse pointer is. Only - valid while evaluating the 'balloonexpr' option. + valid while evaluating the 'balloonexpr' option. The first + window has number zero (unlike most other places where a + window gets a number). *v:char* *char-variable* v:char Argument for evaluating 'formatexpr' and used for the typed |