-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VimLang suggestion #33
Comments
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()
.The text was updated successfully, but these errors were encountered: