]> 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 d211fd17e88d37dca30879d8080837abd14bf306..2deba28cf39897bd58cb9c072cc5764a5dcd86f5 100644 (file)
@@ -1,2 +1,2 @@
-setlocal equalprg=cfmt.sh
-command! -buffer Fmt normal mtgg=G'tz.
+set equalprg=cfmt.sh
+command! -buffer Fmt call fmt#Do()