comparison 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
comparison
equal deleted inserted replaced
2323:1a6c5a3ff687 2324:0a258a67051d
637 637
638 8.13 Allow '$' in C keywords 638 8.13 Allow '$' in C keywords
639 639
640 DEC C uses many identifiers with '$' in them. This is not allowed in ANSI C, 640 DEC C uses many identifiers with '$' in them. This is not allowed in ANSI C,
641 and Vim recognises the '$' as the end of the identifier. You can change this 641 and Vim recognises the '$' as the end of the identifier. You can change this
642 with the |iskeyword|command. 642 with the 'iskeyword' option.
643 Add this command to your .vimrc file: > 643 Add this command to your .vimrc file: >
644 644
645 autocmd FileType c,cpp,cs set iskeyword+=$ 645 autocmd FileType c,cpp,cs set iskeyword+=$
646 646
647 You can also create the file(s) $VIM/FTPLUGIN/C.VIM (and/or CPP.VIM and 647 You can also create the file(s) $VIM/FTPLUGIN/C.VIM (and/or CPP.VIM and