summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-18Fix date command in man page installationMichael Forney
2016-11-18Update scheme.luaLuiz de Milon
2016-11-17Add code coverage badge to the READMEMarc André Tanner
2016-11-17test: updateMarc André Tanner
2016-11-17build: cache external source tarballs on Travis CIMarc André Tanner
2016-11-17build: add automated code coverage via Travis CI and codecov.ioMarc André Tanner
2016-11-17bulid: run individual tests directly from .travis.ymlMarc André Tanner
2016-11-17test/vim: redirect both stdout and stderr to /dev/nullMarc André Tanner
2016-11-17test: use :qall! to terminate testsMarc André Tanner
2016-11-17test/vim: ignore user supplied visrc.luaMarc André Tanner
2016-11-17test/vim: remove trailing white spaces after pre-processing keys fileMarc André Tanner
2016-11-17test/vis: remove trailing white spaces after pre-processing keys fileMarc André Tanner
2016-11-16ui: work around libtermkey bug when stdin is /dev/nullMarc André Tanner
2016-11-16build: add automated Mac OS X builds via Travis CIMarc André Tanner
2016-11-16vis: treat vis_keys_feed input like a macro replayMarc André Tanner
2016-11-16test/vis: convert vis specific tests to use the Lua APIMarc André Tanner
2016-11-16sam: use default shell command for <, >, | and ! when applicapleMarc André Tanner
2016-11-16sam: support an empty regex as an alias for the most recently used oneMarc André Tanner
2016-11-16test: remove travis CI integrationMarc André Tanner
2016-11-16test/lua: redirect stdin and stderr to /dev/nullMarc André Tanner
2016-11-15test: updateMarc André Tanner
2016-11-15test/lua: make tests more robust, print Lua include pathsMarc André Tanner
2016-11-15sam: make `:w` and `:wq` honor their given rangeMarc André Tanner
2016-11-15sam: `e`, `q`, `X`, `Y`, `!` and all vi commands should not take addressesMarc André Tanner
2016-11-15sam: reformat command definition block to avoid overly long namesMarc André Tanner
2016-11-15Fix documentation regarding Lua paths in README and manual pageMarc André Tanner
2016-11-15vis: defer UI initialization and overhaul argument parsingMarc André Tanner
2016-11-15vis: overhaul and unify event generation codeMarc André Tanner
2016-11-15vis: generalize special stdin handlingMarc André Tanner
2016-11-15vis: move initial theme loading code to luaMarc André Tanner
2016-11-14vis-lua: add vis.ui.colors denoting the number of available colorsMarc André Tanner
2016-11-14ui: remove unused functionMarc André Tanner
2016-11-13build: do not clutter source tree with AppVeyor configuration fileMarc André Tanner
2016-11-13test: updateMarc André Tanner
2016-11-13test/lua: build vis binary if necessaryMarc André Tanner
2016-11-13test/lua: print :help output and distinguish between fail/errorMarc André Tanner
2016-11-11lexers/fstab: add systemd-specific mount optionsChristian Hesse
2016-11-11test: adapt tests to changes in the Lua APIMarc André Tanner
2016-11-11vis: cleanup `:set option` argument parsing logicMarc André Tanner
2016-11-11test/lua: adapt to different line ending type returned by Lua APIMarc André Tanner
2016-11-11test/sam: few new testsMarc André Tanner
2016-11-11vis: add `:set shell` optionMarc André Tanner
2016-11-11vis: attempt to use the default shell of the user to execute external commandsMarc André Tanner
2016-11-11sam: fix range for line zeroMarc André Tanner
2016-11-10vis: fix compilation with Lua support disabledMarc André Tanner
2016-11-10vis: change default status bar indication for Windows style line endingsMarc André Tanner
2016-11-10vis-lua: change misnamed attribute values of `file.newlines`Marc André Tanner
2016-11-10vis: split `:set show <option>` into separate optionsMarc André Tanner
2016-11-10vis: add help texts for :set option valuesMarc André Tanner
2016-11-10vis: make vis_draw actually draw each windowMarc André Tanner