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..."
|
echomsg "Autoindenting..."
|
||||||
endif
|
endif
|
||||||
" Autoindent code
|
" Autoindent code
|
||||||
exe "normal gg=G"
|
exe "normal! gg=G"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
endfunction
|
endfunction
|
||||||
|
Loading…
Reference in New Issue
Block a user