diff --git a/plugin/autoformat.vim b/plugin/autoformat.vim index 289ff53..adacb78 100644 --- a/plugin/autoformat.vim +++ b/plugin/autoformat.vim @@ -169,7 +169,7 @@ function! s:Fallback() echomsg "Autoindenting..." endif " Autoindent code - exe "normal gg=G" + exe "normal! gg=G" endif endfunction