docvim icon indicating copy to clipboard operation
docvim copied to clipboard

Documentation generator for Vim plug-ins

Results 17 docvim issues
Sort by recently updated
recently updated
newest added

Just some known things I want to get to: - [x] Implement histogram diff. - [ ] Implement optimizations for Myers diff (it's still used as a fallback for the...

rust

Seeing as I am porting a bit of stuff from Vimscript to Lua lately... I don't really want to have to maintain `.vim` files just to hold documentation comments, although...

enhancement

It's been years since last update and couldn't install this easily on new machine, as described [here](https://github.com/wincent/pinnacle/commit/2f2ff8e8c8704411d89e39a05a0f53b0c4be8af7): ```sh git clone ... cd docvim brew install stack # didn't have stack...

As of https://github.com/wincent/docvim/commit/69f350afb6c4083f5403cd6bba40ba2a2ed27104 we allow any combination of alphanum + bang, but what we probably want is alphanum + optional trailing bang.