Fix vim-autoformat hanging when auto indenting.
This commit is contained in:
parent
978e4ece4f
commit
383fbdb716
@ -129,6 +129,7 @@ function! s:TryAllFormatters(...) range
|
||||
endif
|
||||
" Tried all formatters, none worked
|
||||
call s:Fallback()
|
||||
return 0
|
||||
endif
|
||||
endwhile
|
||||
endfunction
|
||||
|
Loading…
Reference in New Issue
Block a user