]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/ftplugin/c/fmt.vim
Simpler and less disturbing :Fmt
[dotfiles.git] / vim / .vim / ftplugin / c / fmt.vim
index 0c50d9977a56f68c69afd06ced2d6c98b9a1c2f1..2deba28cf39897bd58cb9c072cc5764a5dcd86f5 100644 (file)
@@ -1,2 +1,2 @@
 set equalprg=cfmt.sh
-command! -buffer Fmt normal mtgg=G'tz.
+command! -buffer Fmt call fmt#Do()