summaryrefslogtreecommitdiffstats
path: root/runtime/doc/os_vms.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-17 12:47:16 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-17 12:47:16 +0200
commitf91787cb9adc47cadea5d17b08d075a15a2e00f4 (patch)
treec88be44c3b47c44d14e815b03d742d71f2102b32 /runtime/doc/os_vms.txt
parent11505dcd2b4bf7ab892549f4ce29c0dbc53aac8b (diff)
In Visual mode with 'showcmd' display the number of bytes and characters.
Diffstat (limited to 'runtime/doc/os_vms.txt')
-rw-r--r--runtime/doc/os_vms.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/os_vms.txt b/runtime/doc/os_vms.txt
index 08482bbd21..92f00e6f5a 100644
--- a/runtime/doc/os_vms.txt
+++ b/runtime/doc/os_vms.txt
@@ -639,7 +639,7 @@ You can now compare files in 4 ways: >
DEC C uses many identifiers with '$' in them. This is not allowed in ANSI C,
and Vim recognises the '$' as the end of the identifier. You can change this
-with the |iskeyword|command.
+with the 'iskeyword' option.
Add this command to your .vimrc file: >
autocmd FileType c,cpp,cs set iskeyword+=$