summaryrefslogtreecommitdiff
path: root/autoload/deoplete/handler.vim
diff options
context:
space:
mode:
authorShougo Matsushita <Shougo.Matsu@gmail.com>2020-05-26 09:55:44 +0900
committerShougo Matsushita <Shougo.Matsu@gmail.com>2020-05-26 09:55:44 +0900
commit8aef99a951686488c03070d1cf1a2155837f5f1b (patch)
treef05b15885e21bcfca06d075fd0418a564977eda7 /autoload/deoplete/handler.vim
parent3e4a123cc9563d432b2e109f505405f1ea689d5b (diff)
downloaddeoplete.nvim-8aef99a951686488c03070d1cf1a2155837f5f1b.zip
Add comment
Diffstat (limited to 'autoload/deoplete/handler.vim')
-rw-r--r--autoload/deoplete/handler.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/autoload/deoplete/handler.vim b/autoload/deoplete/handler.vim
index 44c0c74..3eca197 100644
--- a/autoload/deoplete/handler.vim
+++ b/autoload/deoplete/handler.vim
@@ -256,6 +256,7 @@ function! s:is_skip_prev_text(event) abort
return 1
endif
+ " Note: It fixes insert first candidate automatically problem
if a:event ==# 'Update' && prev_input !=# '' && input !=# prev_input
return 1
endif