Update autoformat.vim
disable gg=G
This commit is contained in:
parent
2842842ec9
commit
b01c85e8f7
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user