From: Sergey Matveev Date: Wed, 10 Jun 2020 13:25:39 +0000 (+0300) Subject: Trivial reordering X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=28f4c6f926e8cab26f616a030e35394768901729 Trivial reordering --- diff --git a/vim/.vim/ftplugin/c/autos.vim b/vim/.vim/ftplugin/c/autos.vim index 1b8137b..9ba8e06 100644 --- a/vim/.vim/ftplugin/c/autos.vim +++ b/vim/.vim/ftplugin/c/autos.vim @@ -1,6 +1,7 @@ -setlocal equalprg=cfmt.sh setlocal commentstring=//\ %s -command! -buffer Fmt normal mtgg=G'tz. -abbreviate UCC unsigned char +abbreviate UCC unsigned char let @e = "ywoassert(pA!= NULL);" + +setlocal equalprg=cfmt.sh +command! -buffer Fmt normal mtgg=G'tz.