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