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