vimdoc
vimdoc copied to clipboard
Helpfile generation for vim
The result of `function_arg` Regular Expression now uses labels, however, because we can have a list of comma separated arguments to parse this requires a _little_ bit of list comprehension....
Demonstrates how vimdoc could leverage https://pypi.org/project/vim-plugin-metadata to simplify away regex logic, make the parsing more robust (probably fixing lots of existing bugs), and lay groundwork for cleanly supporting more complex...
Python is a _bit_ of an adventure to install stuff on certain devices, for example I use Arch (BTW™) which throws errors when using `pip` without wrappering with a virtual...