aboutsummaryrefslogtreecommitdiffstats
path: root/ftplugin/objc.vim
blob: 576d469aba5253fd3ac09f0c23e2bb12a796255f (plain)
1
2
3
4
5
6
" Comment string
call tcomment#DefineType('objc', '// %s')


" Swap .h and .m alternates
nnoremap <buffer> <C-^> :FSHere<CR>