-
Notifications
You must be signed in to change notification settings - Fork 25
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
Move s:viml_builtin_functions to shared file? #118
Comments
I have created vim/vim#4700 to ask about support in Vim for this. |
Yes, currently vimlparser doesn't have such thing. Currently |
Ok. As per vim/vim#4700 Vim is unlikely to provide this information itself. However, |
Thanks for asking to vim/vim. Does neovim provide function list version of |
Created #123 |
I don't read nvim source code, because it MAY results in license violation when I write vim patch. |
Interesting - can you elaborate? |
|
Neovim's license is Apache license. |
sorry, I can't read it because of above reason 😓 |
Currently
s:viml_builtin_functions
is defined twice in bothpy/pycompiler.vim
(vim-vimlparser/py/pycompiler.vim
Line 825 in edd6a79
js/jscompiler.vim
.I think this should be shared, probably in
s:VimLParser.builtin_functions
.It is likely also out of date. It would be good if this could be used through some Vim function directly.
The text was updated successfully, but these errors were encountered: