]> git.wincent.com - docvim.git/shortlog
docvim.git
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
2016-05-30  Greg HurrellAdd extract function to Plugin visitor
2016-05-29  Greg HurrellTrim down footer extraction to its "final" form
2016-05-29  Greg HurrellAdd some notes about footer extraction
2016-05-28  Greg HurrellTeach CLI to operate on target arguments
2016-05-28  Greg HurrellMake CLI tool print markdown
2016-04-07  Greg HurrellInclude a couple of examples of alternatives to `walk`
2016-04-07  Greg HurrellFix lints
2016-04-07  Greg HurrellRemove explicit Plated instance
2016-04-07  Greg HurrellUse lens library and uniplate functionality to simplify...
2016-04-06  Greg HurrellRevert "(Temporarily) switch to partitioning footer...
2016-04-06  Greg Hurrell(Temporarily) switch to partitioning footer visitor
2016-04-06  Greg HurrellDRY up Footer visitor
2016-04-06  Greg HurrellFurther flesh out footer visitor
2016-04-06  Greg HurrellStart working on Footer visitor
2016-04-06  Greg HurrellBrevity
2016-04-05  Greg HurrellBe a little more generic
2016-04-05  Greg HurrellSimplify `walk` callers by using monoidal nature of...
2016-04-05  Greg HurrellMay as well line these up with what follows them
2016-04-05  Greg HurrellDrop unnecessary parens
2016-04-05  Greg HurrellSort
2016-04-05  Greg HurrellTraverse into functions in Markdown printer
2016-04-05  Greg Hurrellintercalate -> unwords as per linter
2016-04-05  Greg HurrellSkip past tabs in LetStatement RHS
2016-04-05  Greg HurrellDon't suppress all whitespace in GenericStatement repre...
2016-04-04  Greg HurrellRemove an errant >
2016-04-04  Greg HurrellCopy parser integration fixtures over to Markdown directory
2016-04-04  Greg HurrellFix overly eager GenericStatement parsing and eos issues
2016-04-04  Greg HurrellStore ints rather than strings in AST
2016-04-04  Greg HurrellFix silly bug with lwindow parsing
2016-04-04  Greg HurrellAdd support for lexpr, lw
2016-04-04  Greg HurrellDisambiguate :endfo[r] and :endf[unction]
2016-04-04  Greg HurrellHandle varargs (...)
2016-04-04  Greg HurrellHandle autoloaded functions
2016-04-04  Greg HurrellHandle "blank" lines in normal (non-docblock) comments
2016-04-04  Greg HurrellFix problem with trailing comments
2016-04-04  Greg HurrellUpdate let.golden
2016-04-04  Greg HurrellUse <> infix instead of mappend
2016-04-03  Greg HurrellHandle more kinds of let assignment
2016-04-03  Greg HurrellUnbreak some tests caused by introduction of generic...
2016-04-03  Greg HurrellCull a comment
2016-04-02  Greg HurrellAdd basic support for "generic" (catch-all) VimL statements
2016-04-02  Greg HurrellAdd missed import
2016-04-02  Greg HurrellFix a lint
2016-04-02  Greg HurrellAdd plugin name to Reader state
2016-04-02  Greg HurrellImprove lookahead rules for special tokens
2016-04-02  Greg HurrellFix phrasing run-on consuming special tokens
2016-04-02  Greg HurrellDedupe dupes
2016-04-02  Greg HurrellHandle colons in function names
2016-04-02  Greg HurrellFix lints
2016-04-02  Greg HurrellAdd crude error reporting for duplicate symbols
2016-04-02  Greg HurrellPrefix plugin name to title anchors
2016-04-02  Greg HurrellRemove unnecessary `join`
2016-04-02  Greg HurrellDo single walk in symbol visitor
2016-04-01  Greg HurrellMake symbol visitor extract plugin annotations
2016-04-01  Greg HurrellMove sanitizeAnchor into AST module
2016-04-01  Greg HurrellStart augmenting symbol table
2016-04-01  Greg HurrellAccept multiple output files
2016-04-01  Greg HurrellMore shortcuts
2016-04-01  Greg HurrellGet rid of another runReader call
2016-04-01  Greg HurrellGet rid of an ugly explicit runReader call
2016-04-01  Greg HurrellMore simplification
2016-04-01  Greg HurrellUse better ordering with =<< instead of >>=
2016-04-01  Greg HurrellAnother one liner
2016-04-01  Greg HurrellReadability
2016-04-01  Greg HurrellMore terseness
2016-04-01  Greg HurrellSimplify markdown function
2016-04-01  Greg HurrellImprove link styling
2016-04-01  Greg HurrellRemove an extraneous comment
2016-04-01  Greg HurrellAdd separator support
2016-03-31  Greg HurrellUse symbol table to conditionalize Link printing behavior
2016-03-31  Greg HurrellDon't shadow `nodes` function
2016-03-31  Greg HurrellAdd some labeling comments
2016-03-31  Greg HurrellDRY up ugly reader pattern a bit
2016-03-31  Greg HurrellTake first, clowny steps towards using a Reader
2016-03-31  Greg HurrellPrepare to thread symbol "table" through via reader...
2016-03-31  Greg HurrellFactor out repeated computation of `node p`
2016-03-31  Greg HurrellCollapse `node` into a single function in Markdown...
2016-03-31  Greg HurrellFold `md` into `node` function in Markdown printer
2016-03-31  Greg HurrellRemove underived Show instances
next