lifepillar / vim-mucomplete

Chained completion that works the way you want!
MIT License
912 stars 18 forks source link

Unknown function: s:iskeyword #123

Closed ghost closed 6 years ago

ghost commented 6 years ago

When I try to use mucomplete with vim, it gives the error at the title. Also after pressing enter gives one more error that says get(g:, 'did_plugin_ultisnips', 0) && s:is_keyword(t). Works fine in Neovim.

lifepillar commented 6 years ago

Are you on the current master? There was a regression recently, but that should be fixed. Interesting that NeoVim does not give the same error.

ghost commented 6 years ago

Magically reinstalling plugin worked, I don't know what happened.