LeafCage/yankround.vim

error on init

Closed this issue · 1 comments

On :<c-u>CtrlPYankRound<CR>, there appears

Error detected while processing function ctrlp#init[22]..ctrlp#setlines[2]..<SNR
>298_modevar[1]..<SNR>298_mtype[1]..<SNR>298_getextvar:
line    7:
E121: Undefined variable: s:matchtype
E116: Invalid arguments for function get(g:, 'ctrlp_' . s:matchtype . '_' . a:ke
y, -1)
E15: Invalid expression: get(g:, 'ctrlp_' . s:matchtype . '_' . a:key, -1)

with https://github.com/ctrlpvim/ctrlp.vim and Vim 8.603.

I have fixed.
thx:smile: