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