From c4e486902a67afc2ada016456adcc67500b001d4 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 9 Jul 2022 00:23:03 +0300 Subject: [PATCH] size_t abbreviation --- vim/.vim/ftplugin/c/abs.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vim/.vim/ftplugin/c/abs.vim b/vim/.vim/ftplugin/c/abs.vim index f32e05c..08bcdec 100644 --- a/vim/.vim/ftplugin/c/abs.vim +++ b/vim/.vim/ftplugin/c/abs.vim @@ -1,4 +1,4 @@ -abbreviate ucc unsigned char * +abbreviate pdiff ptrdiff_t +abbreviate SZ size_t abbreviate u8 uint8_t * -abbreviate U8 (uint8_t *) -abbreviate pdiff ptrdiff_t +abbreviate ucc unsigned char * -- 2.44.0