Merge branch 'master' into JulioJu-improve-prettier-config

This commit is contained in:
Chiel ten Brinke 2018-05-28 16:55:45 +02:00
commit d65d35ebe7

View File

@ -169,7 +169,7 @@ function! s:Fallback()
echomsg "Autoindenting..." echomsg "Autoindenting..."
endif endif
" Autoindent code " Autoindent code
exe "normal gg=G" exe "normal! gg=G"
endif endif
endfunction endfunction