-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add missing builtin functions and autocmd events based on Vim 8.1.72 #289
base: master
Are you sure you want to change the base?
Conversation
I updated list of builtin functions based on `:help eval@en` using MacVim 8.1.72.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
I appriciate your contribution.
I'm gonna merge into v0.4a2 with #288. |
@rhysd |
Haven't checked but there is likely a Neovim specific list also? |
Yeah, automating this should be done. I actually created changes from help text; copy list in
I greped sources but I could not find Neovim specific list. I'm not sure I should add Neovim things to the list. What do you think @Kuniwak? |
@rhysd |
@rhysd Yes, I have not implemented the Neovim specific list yet. But we can (and should) switch the list by checking that whether |
I noticed some functions (e.g.
json_decode()
) are not recognized as builtin functions. I have updated the list of builtin functions in vint based on:help eval@en
using MacVim 8.1.72.