Closed zchee closed 4 years ago
@justinmk
the "Context" functions might change. They are still under development.
yeah, I know. it might be better to adding "still under development." comment I think. will do.
scripts/gen_vimdoc.py now generates some *.mpack files which can be used to get docs. Maybe it's useful for the generator in this project? These files aren't included with Nvim yet, you need to run the script locally.
great! we can unmarshal .mpack
file uses own msgpack
package. I'll check and try to auto-generate doc feature :D
added still under development` and merged.
Implements neovim/neovim@ead61e5 APIs. Also, add some testcases.