mirror of
https://github.com/amix/vimrc
synced 2025-07-09 10:45:00 +08:00
5 lines
166 B
VimL
5 lines
166 B
VimL
setlocal commentstring=//\ %s
|
|
" @-@ adds the literal @ to iskeyword for @IBAction and similar
|
|
setlocal iskeyword+=@-@,#
|
|
setlocal completefunc=syntaxcomplete#Complete
|