Closed chrhasse closed 6 years ago
I'm surprised at the first point - I haven't had issues (even with targets mapped to multi-key sequences) and I'm using neovim? For the second, can we just test a:mode ==# ''
?
Also, can you reference the lack of empty string key support in neovim? I'm curious since the docs say otherwise.
see comments in #21.
A couple issues prevent this from being compatible with neovim.
v:t_number
, usingtype(0)
is the recommended alternatives:known_modes
and concatenating a space to the end ofa:mode
.