Add something about how to create a plugin.
wsdjeg opened this issue · 2 comments
wsdjeg commented
Hi @mhinz can you add something about how to create a plugin;
- how and when vim source the script.
- What is the order of loadin
- how to write a autoload func
- how to defind a command
- how to defind a dict or list
thanks a lot
mhinz commented
Just defining commands is stuff everyone can look up, so I most likely only reference the help files. My approach will be much more practical. I'll simply show how to build a few small but useful plugins! Learning by doing and all that.
Since there is an issue for an VimL section already, I'll close this one. But feel free to further comment in here.
wsdjeg commented
yes, it is issue about VimL.