diff options
Diffstat (limited to 'runtime/doc/term.txt')
-rw-r--r-- | runtime/doc/term.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/term.txt b/runtime/doc/term.txt index 9e91c0e94..8a8906a5e 100644 --- a/runtime/doc/term.txt +++ b/runtime/doc/term.txt @@ -984,7 +984,7 @@ an #if/#else/#endif block, the selection becomes linewise. For MS-Windows and xterm the time for double clicking can be set with the 'mousetime' option. For the other systems this time is defined outside of Vim. An example, for using a double click to jump to the tag under the cursor: > - :map <2-LeftMouse> :exe "tag ". expand("<cword>")<CR> + :map <2-LeftMouse> :exe "tag " .. expand("<cword>")<CR> Dragging the mouse with a double click (button-down, button-up, button-down and then drag) will result in whole words to be selected. This continues |