diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-01-14 21:42:54 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-01-14 21:42:54 +0000 |
commit | fd371684fade0f223c8a0286efe1f261c4b8c381 (patch) | |
tree | ce9b154f9cf2d3f0b2120072f03891521773e5fc /runtime/doc/gui.txt | |
parent | 31c67ef813a8f7059aa1a81b4d5d590d6ee17614 (diff) | |
download | vim-git-fd371684fade0f223c8a0286efe1f261c4b8c381.tar.gz |
updated for version 7.0038
Diffstat (limited to 'runtime/doc/gui.txt')
-rw-r--r-- | runtime/doc/gui.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/runtime/doc/gui.txt b/runtime/doc/gui.txt index a7da5e0a0..2b6a2a543 100644 --- a/runtime/doc/gui.txt +++ b/runtime/doc/gui.txt @@ -1,4 +1,4 @@ -*gui.txt* For Vim version 7.0aa. Last change: 2004 Dec 29 +*gui.txt* For Vim version 7.0aa. Last change: 2005 Jan 14 VIM REFERENCE MANUAL by Bram Moolenaar @@ -144,7 +144,7 @@ window Vim is running in with this command: > ============================================================================== 2. Scrollbars *gui-scrollbars* -There are vertical scrollbars and a horizontal scrollbars. You may +There are vertical scrollbars and a horizontal scrollbar. You may configure which ones appear with the 'guioptions' option. The interface looks like this (with ":set guioptions=mlrb"): @@ -203,11 +203,11 @@ scrolled as far as possible left and right. The cursor is moved when necessary, it must remain on a visible character (unless 'virtualedit' is set). -Computing the length of the longest visible takes quite a bit of computation, -and it has to be done every time something changes. If this takes too much -time or you don't like the cursor jumping to another line, include the 'h' -flag in 'guioptions'. Then the scrolling is limited by the text of the -current cursor line. +Computing the length of the longest visible line takes quite a bit of +computation, and it has to be done every time something changes. If this +takes too much time or you don't like the cursor jumping to another line, +include the 'h' flag in 'guioptions'. Then the scrolling is limited by the +text of the current cursor line. *athena-intellimouse* If you have an Intellimouse and an X server that supports using the wheel, |