diff --git a/plugin/autoformat.vim b/plugin/autoformat.vim index f8577fd..03607a3 100644 --- a/plugin/autoformat.vim +++ b/plugin/autoformat.vim @@ -61,7 +61,7 @@ function! s:TryAllFormatters(...) range " Make sure formatters are defined and detected if !call('find_formatters', a:000) " No formatters defined, so autoindent code - exe "normal gg=G" + " exe "normal gg=G" return 0 endif