Fix vim-autoformat hanging when auto indenting.

This commit is contained in:
Chiel ten Brinke 2016-03-17 11:23:30 +01:00
parent 978e4ece4f
commit 383fbdb716

View File

@ -129,6 +129,7 @@ function! s:TryAllFormatters(...) range
endif
" Tried all formatters, none worked
call s:Fallback()
return 0
endif
endwhile
endfunction