maralla / completor.vim

Async completion framework made ease.
MIT License
1.32k stars 62 forks source link

win10,python36,vim8,not work #179

Closed kerwinxu closed 5 years ago

kerwinxu commented 6 years ago

when i input like below: import os os then completor.vim complete like below import os other_result

the other_result is my var id the os change to other_result , because other_result contains char ('o','s'). what i shoud do ?

Plug 'maralla/completor.vim' let g:completor_auto_trigger = 1 let g:completor_python_binary = "d:/Anaconda3/python.exe" let g:completor_auto_close_doc = 0 let g:completor_set_options = 0 set completeopt-=longest set completeopt+=menuone set completeopt+=noinsert

kerwinxu commented 6 years ago

it works , because " Plug 'vim-scripts/AutoComplPop' " let g:acp_enableAtStartup = 1 " let g:acp_behaviorPythonOmniLength = 2