]> Sergey Matveev's repositories - dotfiles.git/commitdiff
uint8_t alias
authorSergey Matveev <stargrave@stargrave.org>
Sun, 18 Oct 2020 06:47:01 +0000 (09:47 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 18 Oct 2020 06:47:01 +0000 (09:47 +0300)
vim/.vim/ftplugin/c/autos.vim

index 9ba8e06ea827d79ab1acc6660061f73b495f2bcc..3e821d6ada561a6bc6f083f3202dfe8429b61c63 100644 (file)
@@ -1,6 +1,8 @@
 setlocal commentstring=//\ %s
 
 abbreviate UCC unsigned char
+abbreviate u8 uint8_t *
+abbreviate U8 (uint8_t *)
 let @e = "ywoassert(\epA!= NULL);\e"
 
 setlocal equalprg=cfmt.sh