From: Sergey Matveev Date: Sun, 23 Nov 2025 11:18:59 +0000 (+0300) Subject: Another C-related abbr X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=8b7bc68fb5631baf1a060a3c9a9d6c2d252c86c8;p=dotfiles.git Another C-related abbr --- diff --git a/vim/.vim/ftplugin/c/abs.vim b/vim/.vim/ftplugin/c/abs.vim index 08bcdec..e13b04f 100644 --- a/vim/.vim/ftplugin/c/abs.vim +++ b/vim/.vim/ftplugin/c/abs.vim @@ -1,4 +1,5 @@ abbreviate pdiff ptrdiff_t +abbreviate ST struct abbreviate SZ size_t abbreviate u8 uint8_t * abbreviate ucc unsigned char *