Skip to content

RFC: Basic implementation of vimdoc on top of vim-plugin-metadata lib #138

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dbarnett
Copy link
Contributor

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 user requests in the future.

Note: I did a kinda strange partial conversion for this RFC to make the changes slightly easier to follow: even though all the vimscript processing is coming via the vim-plugin-metadata lib, it reconstructs parts of the metadata into pseudo-vimscript (in vimdoc.parser.AffectForVimNode) and feeds them back through some of vimdoc's preexisting regex processing. That's easy enough to clean up if this overall approach looks good and we do decide to finalize and merge it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant