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