]> Sergey Matveev's repositories - dotfiles.git/blob - vim/.vim/ftplugin/c/autos.vim
1b8137bf13bbb5a902626e353bc15ac45e7750f3
[dotfiles.git] / vim / .vim / ftplugin / c / autos.vim
1 setlocal equalprg=cfmt.sh
2 setlocal commentstring=//\ %s
3 command! -buffer Fmt normal mtgg=G'tz.
4 abbreviate UCC unsigned char
5
6 let @e = "ywoassert(\epA!= NULL);\e"