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

``` Preprocessing library docvim-0.3.2.1... [ 1 of 25] Compiling Paths_docvim ( dist/build/autogen/Paths_docvim.hs, dist/build/Paths_docvim.o ) [ 2 of 25] Compiling Text.Docvim.ReadDir ( lib/Text/Docvim/ReadDir.hs, dist/build/Text/Docvim/ReadDir.o ) [ 3 of 25] Compiling Text.Docvim.Options...

# Option A: auto-infer ``` " # Website " " The official Loupe source code repo is at: " " http://git.wincent.com/loupe.git " " A mirror exists at: " " https://github.com/wincent/loupe...

discussion

Example [here](https://github.com/wincent/loupe/blob/47ad0ac9bba0ae2848d7f9f762d889c9c7667cab/doc/loupe.txt#L296-L298): ``` - https://github.com/thoughtstream/Damian-Conway-s-Vim-Setup/blob/master/plugin/hlnext.vim ``` Workaround in the meantime: use a shorter URL.

bug

And add back to the integration tests.

chore

And add back to the integration tests.

chore

And add back to the integration tests.

chore

Instead of (something like): ``` "" " @function ... " " blah function a#b() ``` Be able to write (something like): ``` "" " blah function a#b() ``` Ditto for...

enhancement