]> Sergey Matveev's repositories - dotfiles.git/blob - vim/.vim/ftplugin/c/fmt.vim
Simpler and less disturbing :Fmt
[dotfiles.git] / vim / .vim / ftplugin / c / fmt.vim
1 set equalprg=cfmt.sh
2 command! -buffer Fmt call fmt#Do()