]> Sergey Matveev's repositories - dotfiles.git/blob - vim/.vim/ftplugin/c/autos.vim
Often used assert(!= NULL)
[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"