configs  swift.vim at tip

File vim/ftplugin/swift.vim from the latest check-in


setlocal commentstring=//\ %s
" @-@ adds the literal @ to iskeyword for @IBAction and similar
setlocal iskeyword+=@-@,#
setlocal completefunc=syntaxcomplete#Complete