Merge pull request #240 from taketwo/patch-1
Use normal! to autointent code
This commit is contained in:
commit
7a2907b1e1
@ -169,7 +169,7 @@ function! s:Fallback()
|
||||
echomsg "Autoindenting..."
|
||||
endif
|
||||
" Autoindent code
|
||||
exe "normal gg=G"
|
||||
exe "normal! gg=G"
|
||||
endif
|
||||
|
||||
endfunction
|
||||
|
Loading…
Reference in New Issue
Block a user