From 28f4c6f926e8cab26f616a030e35394768901729 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 10 Jun 2020 16:25:39 +0300 Subject: [PATCH] Trivial reordering --- vim/.vim/ftplugin/c/autos.vim | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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. -- 2.44.0