]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Trivial reordering
authorSergey Matveev <stargrave@stargrave.org>
Wed, 10 Jun 2020 13:25:39 +0000 (16:25 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 10 Jun 2020 13:25:39 +0000 (16:25 +0300)
vim/.vim/ftplugin/c/autos.vim

index 1b8137bf13bbb5a902626e353bc15ac45e7750f3..9ba8e06ea827d79ab1acc6660061f73b495f2bcc 100644 (file)
@@ -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(\epA!= NULL);\e"
+
+setlocal equalprg=cfmt.sh
+command! -buffer Fmt normal mtgg=G'tz.