]> git.wincent.com - docvim.git/shortlog
docvim.git
2016-06-08  Greg HurrellAvoid unwanted intermediate list in `cosmosOf uniplate`
2016-06-07  Greg HurrellUse mapM_ rather than mapM in the Section visitor
2016-06-07  Greg HurrellAdd Section visitor
2016-06-07  Greg HurrellTry to trick linter about duplication
2016-06-07  Greg HurrellAdd @option headings to Markdown printer
2016-06-07  Greg HurrellAdd a target for |:Command| links in Markdown
2016-06-07  Greg HurrellRemove unnecessary explicit anchors in headings
2016-06-07  Greg HurrellDo some linkification in the Markdown printer
2016-06-07  Greg HurrellTeach Markdown printer about @mapping and @command
2016-06-07  Greg HurrellAdd @mapping support to Vim printer
2016-06-07  Greg HurrellGet @command annotation working
2016-06-07  Greg HurrellMake wrapping aware of concealed characters
2016-06-06  Greg HurrellKill a stray comment
2016-06-06  Greg HurrellUse worktree as issue tracker
2016-06-06  Greg HurrellFix misplaced whitespace in output
2016-06-06  Greg HurrellAdd test showing @option output
2016-06-06  Greg HurrellPrint options
2016-06-06  Greg HurrellFix lints
2016-06-06  Greg HurrellUse actual max int rather than hard-coded constant
2016-06-06  Greg HurrellHandle overlength headings
2016-06-06  Greg HurrellFix duplicate content
2016-06-06  Greg HurrellInitial cut at @mapping, @command, @option, @function
2016-06-06  Greg HurrellMake Vim headings work by colocating link targets on...
2016-06-06  Greg HurrellAdd entries to symbol table for generated headings
2016-06-06  Greg HurrellAutogen headings in Vim printer too
2016-06-06  Greg HurrellAdd auto-generated headings to Markdown printer
2016-06-06  Greg HurrellAdd basic support for @options, @functions and @command...
2016-06-05  Greg HurrellOverhaul testing and compilation
2016-06-05  Greg HurrellAdd a missing type annotation
2016-06-05  Greg HurrellDon't rely on transformers
2016-06-05  Greg HurrellKill off an out-of-date comment
2016-06-05  Greg HurrellFix copy pasta error
2016-06-05  Greg HurrellDRY up other visitors
2016-06-05  Greg HurrellMore simplification
2016-06-05  Greg HurrellTrim down imports
2016-06-05  Greg HurrellMore DRYing
2016-06-05  Greg HurrellFurther visitor DRYing
2016-06-05  Greg HurrellTidy indentation
2016-06-05  Greg HurrellFix lints
2016-06-05  Greg HurrellExtract Visitor module
2016-06-05  Greg HurrellRemove some old comments
2016-06-05  Greg HurrellFix indentation
2016-06-05  Greg HurrellSuppress unwanted trailing whitespace
2016-06-05  Greg HurrellFurther refine hard-wrapping
2016-06-05  Greg HurrellBe better about hard-wrap placement
2016-06-05  Greg HurrellRename `hardwrap` -> `textwidth`
2016-06-05  Greg HurrellAlign
2016-06-05  Greg HurrellAlways link unconditionally in Vim help output
2016-06-05  Greg HurrellReplace a literal that I missed with a constant
2016-06-04  Greg HurrellMove hardwrapping from `plaintext` into `append`
2016-06-04  Greg HurrellTidy
2016-06-04  Greg HurrellGet rid of meaningless distinction in Markdown printer
2016-06-04  Greg HurrellShare integration tests inputs across output types
2016-06-04  Greg HurrellMake slurping a little more robust
2016-06-04  Greg HurrellRemove unwanted blank lines before fenced code blocks
2016-06-04  Greg HurrellFix some lints
2016-06-04  Greg HurrellReorder things
2016-06-04  Greg HurrellEliminate unwanted trailing whitespace
2016-06-04  Greg HurrellInitial primitive cut at hard wrapping
2016-06-04  Greg HurrellRemove last use of Append
2016-06-02  Greg HurrellConvert one more `Append`
2016-06-02  Greg HurrellContinue `Append` -> `append` conversion
2016-06-02  Greg HurrellUpdate `fenced` to use `append`
2016-06-02  Greg HurrellInline `return` call inside `fenced` function
2016-06-02  Greg HurrellDrop excess blank lines after fenced code blocks in...
2016-06-02  Greg HurrellCreate append helper and start using it
2016-06-02  Greg HurrellFeel the linter love
2016-06-02  Greg HurrellGet some TODOs out of the work tree
2016-06-01  Greg HurrellAdd partial line to Vim printer context
2016-06-01  Greg HurrellUse operations list in Vim printer
2016-06-01  Greg HurrellDeal with linebreaks inside list items
2016-06-01  Greg HurrellFix unwanted stripping of leading whitespace
2016-06-01  Greg HurrellFix excess line at break tags in blockquotes
2016-06-01  Greg HurrellAdd some tests
2016-06-01  Greg HurrellShow how linebreaks can be contextual
2016-06-01  Greg HurrellFurther flesh out README
2016-06-01  Greg HurrellEven sillier example of putting monadic state
2016-06-01  Greg HurrellSilly demonstration of getting at monadic state
2016-05-31  Greg HurrellUse State + Reader monad transformer stack
2016-05-31  Greg HurrellAdd some fixture files that I previously forgot to...
2016-05-31  Greg HurrellFix indentation
2016-05-31  Greg HurrellRename `State` to `Metadata`
2016-05-31  Greg HurrellUpdate .tmux paths for Vim 8-pre
2016-05-31  Greg HurrellFix lint
2016-05-31  Greg HurrellUpgrade README
2016-05-31  Greg HurrellHook up plugin and footer extraction
2016-05-31  Greg HurrellExtract footers and plugin sections
2016-05-31  Greg HurrellFix trailing whitespace at end of file
2016-05-31  Greg HurrellActually write output files
2016-05-31  Greg HurrellSimplify some case statements with the LambdaCase extension
2016-05-31  Greg HurrellUse MultiWayIf extension to make a nested `if` less...
2016-05-31  Greg HurrellSort link targets for Markdown output too
2016-05-31  Greg HurrellSort link targets
2016-05-31  Greg HurrellRight-align link targets
2016-05-30  Greg HurrellStart prepping to hangle hard-wrapping
2016-05-30  Greg HurrellFix @plugin printing in Vim printer
2016-05-30  Greg HurrellMake Vim printer more useful
2016-05-30  Greg HurrellFix some lints
2016-05-30  Greg HurrellFix test breakage caused by missing modules
2016-05-30  Greg HurrellAdd Mappings visitor
next