From 08a679bb1399ed846a6cf708d05dfda17466b46a Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 17 May 2020 18:55:09 +0300 Subject: [PATCH] Often used assert(!= NULL) --- 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 2814944..1b8137b 100644 --- a/vim/.vim/ftplugin/c/autos.vim +++ b/vim/.vim/ftplugin/c/autos.vim @@ -2,3 +2,5 @@ setlocal equalprg=cfmt.sh setlocal commentstring=//\ %s command! -buffer Fmt normal mtgg=G'tz. abbreviate UCC unsigned char + +let @e = "ywoassert(pA!= NULL);" -- 2.44.0