diff --git a/plugin/autoformat.vim b/plugin/autoformat.vim index ea4b3c4..be844ca 100644 --- a/plugin/autoformat.vim +++ b/plugin/autoformat.vim @@ -15,4 +15,4 @@ function! s:Autoformat() endfunction "Create a command for this -command Autoformat call s:Autoformat() +command! Autoformat call s:Autoformat()