Merge pull request #240 from taketwo/patch-1

Use normal! to autointent code
This commit is contained in:
Chiel ten Brinke 2018-05-14 14:59:05 +02:00 committed by GitHub
commit 7a2907b1e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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