diff options
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+=$ |