From: Sergey Matveev Date: Thu, 26 Jan 2023 21:49:17 +0000 (+0300) Subject: WORD for wrapping in assert() X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;ds=sidebyside;h=e5f76a4a8f5f8849a2327bb8ac9de3528ed2edb6;p=dotfiles.git WORD for wrapping in assert() --- diff --git a/vim/.vim/ftplugin/c/autos.vim b/vim/.vim/ftplugin/c/autos.vim index 6a804db..2c3c98f 100644 --- a/vim/.vim/ftplugin/c/autos.vim +++ b/vim/.vim/ftplugin/c/autos.vim @@ -1,3 +1,3 @@ -let @e = "ywoassert(pA!= NULL);" +let @e = "yWoassert(pA!= NULL);" nmap [cl O// clang-format off nmap ]cl o// clang-format on