diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-17 12:47:16 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-17 12:47:16 +0200 |
commit | f91787cb9adc47cadea5d17b08d075a15a2e00f4 (patch) | |
tree | c88be44c3b47c44d14e815b03d742d71f2102b32 /runtime/doc/os_vms.txt | |
parent | 11505dcd2b4bf7ab892549f4ce29c0dbc53aac8b (diff) | |
download | vim-git-f91787cb9adc47cadea5d17b08d075a15a2e00f4.tar.gz |
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.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/os_vms.txt b/runtime/doc/os_vms.txt index 08482bbd2..92f00e6f5 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+=$ |