8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hi there. Great plugin.
Suggestion when using the function type(). Use the v:t_<type> built-in variables. Like this:
type()
v:t_<type>
if type("hello") == v:t_string echo "it's a string" endif
Take a look at :help type().
:help type()