kristijanhusak / vim-multiple-cursors

True Sublime Text style multiple selections for Vim
MIT License
64 stars 5 forks source link

[bug] input error in neovim with deoplete #11

Open MaiLunJiye opened 7 years ago

MaiLunJiye commented 7 years ago

like this : https://github.com/terryma/vim-multiple-cursors/issues/51#issuecomment-32344711

it happen in neovim with deoplete

set<Plug>_hel<Plug<Plug>_
set<Plug>_hel<Plug<Plug>_
set<Plug>_hel<Plug<Plug>_
set<Plug>_hel<Plug<Plug>_
set<Plug>_hel<Plug<Plug>_
set<Plug>_hel<Plug<Plug>_
let
let
let

enviroment:

deoplete  : 96e7aeb3e19523a64d2772a46e19a908aa0789b4
kristijanhusak/vim-multiple-cursors: a95edcdffd98c5961f067796fbc2a1a82e0f6a83

NVIM v0.2.0
Build type: Release
Compilation: /usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wconversion -DNVIM_MSGPACK_HAS_FLOAT32 -O2 -DNDEBUG -DDISABLE_LOG -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -DINCLUDE_GENERATED_DECLARATIONS -D_GNU_SOURCE -I/build/neovim/src/build/config -I/build/neovim/src/neovim-0.2.0/src -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/build/neovim/src/build/src/nvim/auto -I/build/neovim/src/build/include
Compiled by builduser

Optional features included (+) or not (-): +acl   +iconv    +jemalloc +tui 
kristijanhusak commented 7 years ago

Did you add those before and after hooks to disable/enable it?