Open iasj opened 3 years ago
It isn’t supported in som older version of vim/neocon hence uses type() function.
They should have thought that straight from the beginning.
Come to mention it, do people still use older versions of Vim? I've been planing to implement Vim support for my plugin. Did you ever get a problem like that?
I have got a lot of issues with vim-lsp and asyncomplete. It is primarily due to folks using stock vim that comes with linux distros that is usually not up to date.
Good to know. I think I'll just stay on the Neovim realm for now.
Hi there. Great plugin.
Suggestion when using the function
type()
. Use thev:t_<type>
built-in variables. Like this:Take a look at
:help type()
.