]> git.wincent.com - docvim.git/shortlog
docvim.git
2020-12-08  Greg Hurrellfix: work around inability to build haskell main master
2020-09-12  Greg Hurrellfix: add extra space after images
2020-09-01  Greg Hurrelldoc: add to list of example projects
2020-09-01  Greg Hurrelldoc: remove dead badges
2020-09-01  Greg Hurrelltest: update test fixtures
2020-09-01  Greg Hurrellfix: work around GitHub formatting issue
2019-06-08  Greg Hurrellfeat: add "header" and "image" annotations
2019-03-06  Greg HurrellAllow underscores in function argument names
2018-12-25  Greg HurrellBe more liberal in parsing option defaults
2018-12-25  Greg HurrellLink to function targets in Markdown printer
2018-12-25  Greg HurrellUpdate Ferret fixtures
2018-12-25  Greg HurrellMake links to options actually links in Markdown output
2018-12-04  Greg HurrellTweak function and command output in Vim help printer...
2018-12-04  Greg HurrellApply suggested lint fixes
2018-11-25  Greg Hurrell.tmux: avoid tmux vs Command-T glitches
2018-10-08  Greg HurrellInsist on exact match for tmux session check
2018-01-05  Greg HurrellDon't let "<leader>" get eaten in Markdown output
2018-01-05  Greg Hurrelldoc: update brew package name
2017-07-04  Greg HurrellFix usage information in bin/{get,put}
2017-07-04  Greg HurrellAllow hyphens in plug-in names
2017-06-08  Greg Hurrelltmux: fix resizing issues
2017-05-04  Greg HurrellUpdate Ferret fixture files
2017-05-04  Greg HurrellAllow bang in command names
2017-05-03  Greg HurrellProperly handle UTF-8 in tests
2017-05-03  Greg HurrellUpdate golden files
2017-05-03  Greg HurrellUpdate Ferret fixtures
2017-05-03  Greg HurrellAdd additional blank line above headings
2016-10-12  Greg HurrellAdd empty .watchmanconfig
2016-06-26  Greg HurrellPrepare for 0.3.2.1 release 0.3.2.1
2016-06-26  Greg HurrellUpdate Loupe fixtures
2016-06-26  Greg HurrellAdd missing fixture file to distribution
2016-06-22  Greg HurrellPrepare for 0.3.2.0 release 0.3.2.0
2016-06-22  Greg HurrellDon't bother with lts-3 and lts-5 builds
2016-06-21  Greg HurrellMake Control.Applicative imports conditional
2016-06-21  Greg HurrellPrint function annotations
2016-06-19  Greg HurrellPrepare for 0.3.1.6 release 0.3.1.6
2016-06-18  Greg HurrellAdd sdist and upload scripts
2016-06-18  Greg HurrellPrepare for 0.3.1.5 (signed release) 0.3.1.5
2016-06-18  Greg HurrellPrepare for 0.3.1.4 release 0.3.1.4
2016-06-18  Greg HurrellTry using --pvp-bounds both
2016-06-17  Greg HurrellSwitch Stack resolver back to lts
2016-06-17  Greg HurrellPrepare 0.3.1.3 release 0.3.1.3
2016-06-17  Greg HurrellAdd another explicit Control.Applicative import
2016-06-17  Greg HurrellDisable stack 7.8.4 builds in Travis
2016-06-17  Greg HurrellAdd another explicit Control.Applicative input
2016-06-17  Greg HurrellFix lint
2016-06-17  Greg HurrellExplicitly import <$> from Control.Applicative
2016-06-17  Greg HurrellTry relaxing lower bound of base dependency to 4.6
2016-06-16  Greg HurrellUse sorting to produce stable ASTs
2016-06-16  Greg HurrellFix for HFS+ brain-deadness
2016-06-16  Greg HurrellDefer type errors in REPL
2016-06-16  Greg HurrellDon't use -Werror in Stack
2016-06-16  Greg HurrellTweak Control.Lens import for better compatibility
2016-06-16  Greg HurrellRemove cabal.config
2016-06-16  Greg HurrellPrepare for 0.3.1.2 release 0.3.1.2
2016-06-16  Greg HurrellAdd missing fixture files
2016-06-16  Greg HurrellAdd README badges for Travis CI and Stackage
2016-06-16  Greg HurrellAdd .travis.yml
2016-06-16  Greg HurrellProvide instructions for installing via Stack
2016-06-15  Greg HurrellUpdate CHANGELOG 0.3.1.1
2016-06-15  Greg HurrellReintroduce base upper bound, but make it more lenient
2016-06-15  Greg HurrellPrepare 0.3.1.1 for release
2016-06-15  Greg HurrellRelax base dependency
2016-06-15  Greg HurrellUpdate to latest Stack lts version (5.9 -> 6.3)
2016-06-13  Greg HurrellMove footer content down to footer
2016-06-13  Greg HurrellUpdate Loupe fixtures
2016-06-13  Greg HurrellSpecial-case empty output
2016-06-12  Greg HurrellAdd loupe files to integration tests
2016-06-12  Greg HurrellAdd vim-clipper to integration tests
2016-06-12  Greg HurrellAdd Terminus to the integration tests
2016-06-12  Greg HurrellAdd Command-T files to integration tests
2016-06-12  Greg HurrellTeach bin/get to grab from HEAD, not master
2016-06-12  Greg HurrellAdd Pinnacle to integration tests
2016-06-12  Greg HurrellFix gitignore
2016-06-12  Greg HurrellAttempt workaround for cyclic update issue
2016-06-12  Greg HurrellAdd vim-docvim to integration tests
2016-06-12  Greg HurrellUpdate integration test files
2016-06-12  Greg HurrellGet changelog ready for master development
2016-06-12  Greg HurrellAdd missing changelog updates
2016-06-12  Greg HurrellPrepare for 0.3.1.0 release 0.3.1.0
2016-06-12  Greg HurrellSquelch warning
2016-06-12  Greg HurrellGet back -Werror, at least when running via Stack
2016-06-12  Greg HurrellStart new changelog section
2016-06-12  Greg HurrellDon't use Werror 0.3.0.0
2016-06-12  Greg HurrellUpdate CHANGELOG prior to 0.3.0.0 release
2016-06-12  Greg HurrellAdd bin/get and bin/put for updating integration tests...
2016-06-12  Greg HurrellRemove useless script
2016-06-12  Greg HurrellFix explicit links to GitHub headings
2016-06-12  Greg HurrellGet rid of ugly ast, ast2, ast3 etc bindings
2016-06-11  Greg HurrellFix indent
2016-06-11  Greg HurrellRemove redundant integration tests
2016-06-11  Greg HurrellAdd parser tests to integration tests
2016-06-11  Greg HurrellUpdate changelog
2016-06-11  Greg HurrellFilter out Empty nodes
2016-06-11  Greg HurrellAdd file meant to be included in previous commit
2016-06-11  Greg HurrellPartial implementation of pruning empty paths
2016-06-11  Greg HurrellFix jumbled sections
2016-06-11  Greg HurrellFix style by camel-casing
2016-06-11  Greg HurrellFix case for Vim help plugin header
2016-06-11  Greg HurrellCenter plugin header
next