From 86192165230c459212b8d4c2811df10eaf860023 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 18 Oct 2020 09:47:01 +0300 Subject: [PATCH] uint8_t alias --- vim/.vim/ftplugin/c/autos.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/.vim/ftplugin/c/autos.vim b/vim/.vim/ftplugin/c/autos.vim index 9ba8e06..3e821d6 100644 --- a/vim/.vim/ftplugin/c/autos.vim +++ b/vim/.vim/ftplugin/c/autos.vim @@ -1,6 +1,8 @@ setlocal commentstring=//\ %s abbreviate UCC unsigned char +abbreviate u8 uint8_t * +abbreviate U8 (uint8_t *) let @e = "ywoassert(pA!= NULL);" setlocal equalprg=cfmt.sh -- 2.44.0