Add missing builtin functions and autocmd events based on Vim 8.1.72#289
Add missing builtin functions and autocmd events based on Vim 8.1.72#289rhysd wants to merge 3 commits into
Conversation
I updated list of builtin functions based on `:help eval@en` using MacVim 8.1.72.
Kuniwak
left a comment
There was a problem hiding this comment.
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@enusing MacVim 8.1.72.