mirror of
https://github.com/prabirshrestha/asyncomplete.vim.git
synced 2025-12-14 20:35:41 +01:00
Set <nomodeline> for doautocmd (#217)
This commit is contained in:
@@ -54,7 +54,7 @@ function! s:setup_if_required() abort
|
|||||||
autocmd InsertLeave * call s:on_insert_leave()
|
autocmd InsertLeave * call s:on_insert_leave()
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
doautocmd User asyncomplete_setup
|
doautocmd <nomodeline> User asyncomplete_setup
|
||||||
let s:already_setup = 1
|
let s:already_setup = 1
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|||||||
Reference in New Issue
Block a user