diff runtime/doc/os_vms.txt @ 2324:0a258a67051d vim73

In Visual mode with 'showcmd' display the number of bytes and characters.
author Bram Moolenaar <bram@vim.org>
date Sat, 17 Jul 2010 12:47:16 +0200
parents b17bbfa96fa0
children 12b829477c60
line wrap: on
line diff
--- a/runtime/doc/os_vms.txt
+++ b/runtime/doc/os_vms.txt
@@ -639,7 +639,7 @@ 8.13 Allow '$' in C keywords
 
 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+=$