diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-08-11 18:00:22 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-08-11 18:00:22 +0200 |
commit | d473c8c101262702ea9eeb14907ee20a786942b2 (patch) | |
tree | 2837d2cd3d597959693ae8ffc8d0dd686c425f75 /runtime/doc/visual.txt | |
parent | f53c692240851f71b930e80a0b0b5d4cfcc1b4a3 (diff) | |
download | vim-git-d473c8c101262702ea9eeb14907ee20a786942b2.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/visual.txt')
-rw-r--r-- | runtime/doc/visual.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/visual.txt b/runtime/doc/visual.txt index 5e15b3b96..c48c1b526 100644 --- a/runtime/doc/visual.txt +++ b/runtime/doc/visual.txt @@ -538,4 +538,4 @@ g CTRL-H Start Select mode, blockwise. This is like CTRL-V, but starts Select mode instead of Visual mode. Mnemonic: "get Highlighted". - vim:tw=78:ts=8:ft=help:norl: + vim:tw=78:ts=8:noet:ft=help:norl: |