]> git.wincent.com - docvim.git/shortlog
docvim.git
2016-06-10  Greg HurrellBack out -Werror
2016-06-10  Greg HurrellRemove some over-zealous indentation
2016-06-10  Greg HurrellTurn on -Wall -Werror -W
2016-06-10  Greg HurrellCut back on explicit imports as per the GHC style guide
2016-06-10  Greg HurrellSilence build complaints about tasty other-modules...
2016-06-09  Greg HurrellMove under Text.* namespace
2016-06-09  Greg Hurrelldoc: add CHANGELOG.md
2016-06-09  Greg Hurrelldoc: update README
2016-06-09  Greg HurrellPrepare for 0.0.0.2 release 0.2.0.0
2016-06-09  Greg HurrellFix ordering within links in TOC 0.1.0.0
2016-06-09  Greg HurrellDon't hardwrap inside fenced codeblocks
2016-06-09  Greg HurrellAdd source-repository info to docvim.cabal
2016-06-09  Greg HurrellTry to make `toc` more readable
2016-06-09  Greg HurrellPrint TOC in Vim output
2016-06-09  Greg HurrellMake sure generated headings appear in TOC node
2016-06-09  Greg HurrellMostly-working TOC generation for AST
2016-06-08  Greg HurrellRemove unused type declaration
2016-06-08  Greg HurrellUse function application operator as reducer
2016-06-08  Greg HurrellImprove ordering in the compiler
2016-06-08  Greg HurrellFix options parsing when no default value is provided
2016-06-08  Greg HurrellPrefer named imports
2016-06-08  Greg HurrellInject other kinds of headings
2016-06-08  Greg HurrellDRY up injection
2016-06-08  Greg HurrellAuto-inject @commands annotation when necessary
2016-06-08  Greg HurrellFix lints
2016-06-08  Greg HurrellMore elegant solution for state passthrough
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
next