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()
|
||||
augroup END
|
||||
|
||||
doautocmd User asyncomplete_setup
|
||||
doautocmd <nomodeline> User asyncomplete_setup
|
||||
let s:already_setup = 1
|
||||
endif
|
||||
endfunction
|
||||
|
||||
Reference in New Issue
Block a user