From: Stefan Huber Date: Sat, 21 Mar 2020 15:25:59 +0000 (+0100) Subject: init: Turn autocmd to au X-Git-Url: https://git.sthu.org/?p=vimconf.git;a=commitdiff_plain;h=63747432716dd8f8725bf7ffe47bc1a9a078a62f init: Turn autocmd to au --- diff --git a/init.vim b/init.vim index 90459ed..2609899 100644 --- a/init.vim +++ b/init.vim @@ -112,7 +112,7 @@ let g:python3_host_prog = '/usr/bin/python3' " deoplete requires huge startuptime. Delay loading upon first InsertEnter. let g:deoplete#enable_at_startup = 0 let g:deoplete#enable_smart_case = 1 -autocmd InsertEnter * call deoplete#enable() +au InsertEnter * call deoplete#enable() "augroup pencil "au!