Update autoformat.vim

disable gg=G
This commit is contained in:
frtmelody 2015-12-13 16:59:33 +08:00
parent 2842842ec9
commit b01c85e8f7

View File

@ -61,7 +61,7 @@ function! s:TryAllFormatters(...) range
" Make sure formatters are defined and detected
if !call('<SID>find_formatters', a:000)
" No formatters defined, so autoindent code
exe "normal gg=G"
" exe "normal gg=G"
return 0
endif