diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-05-30 20:54:13 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-05-30 20:54:13 +0200 |
commit | d2ea7cf10a4d026ebd402594d656af7d5c811c24 (patch) | |
tree | 0d72953a92ce37bbdfe87178ab6692ea7ed0d14c /runtime/doc/usr_09.txt | |
parent | 6ef5ab59043681a51e8ca2ab0a1e4ff8f0f4bb47 (diff) | |
download | vim-git-d2ea7cf10a4d026ebd402594d656af7d5c811c24.tar.gz |
Update runtime files
Diffstat (limited to 'runtime/doc/usr_09.txt')
-rw-r--r-- | runtime/doc/usr_09.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/usr_09.txt b/runtime/doc/usr_09.txt index 88189bdab..b64af81f4 100644 --- a/runtime/doc/usr_09.txt +++ b/runtime/doc/usr_09.txt @@ -113,7 +113,7 @@ when the 'wrap' option has been reset (more about that later). When there are vertically split windows, only the windows on the right side will have a scrollbar. However, when you move the cursor to a window on the -left, it will be this one the that scrollbar controls. This takes a bit of +left, it will be this one that the scrollbar controls. This takes a bit of time to get used to. When you work with vertically split windows, consider adding a scrollbar on the left. This can be done with a menu item, or with the 'guioptions' option: |