aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-17Add code coverage badge to the READMEMarc André Tanner1-0/+1
2016-11-17test: updateMarc André Tanner1-5/+7
2016-11-17build: cache external source tarballs on Travis CIMarc André Tanner1-0/+7
2016-11-17build: add automated code coverage via Travis CI and codecov.ioMarc André Tanner2-11/+31
2016-11-17bulid: run individual tests directly from .travis.ymlMarc André Tanner1-1/+5
2016-11-16ui: work around libtermkey bug when stdin is /dev/nullMarc André Tanner1-20/+36
2016-11-16build: add automated Mac OS X builds via Travis CIMarc André Tanner1-3/+37
2016-11-16vis: treat vis_keys_feed input like a macro replayMarc André Tanner2-1/+9
2016-11-16sam: use default shell command for <, >, | and ! when applicapleMarc André Tanner3-3/+12
2016-11-16sam: support an empty regex as an alias for the most recently used oneMarc André Tanner1-3/+2
2016-11-15test: updateMarc André Tanner1-5/+5
2016-11-15sam: make `:w` and `:wq` honor their given rangeMarc André Tanner1-17/+27
2016-11-15sam: `e`, `q`, `X`, `Y`, `!` and all vi commands should not take addressesMarc André Tanner1-23/+23
2016-11-15sam: reformat command definition block to avoid overly long namesMarc André Tanner1-50/+131
2016-11-15Fix documentation regarding Lua paths in README and manual pageMarc André Tanner2-5/+6
2016-11-15vis: defer UI initialization and overhaul argument parsingMarc André Tanner5-91/+98
2016-11-15vis: overhaul and unify event generation codeMarc André Tanner3-29/+95
2016-11-15vis: generalize special stdin handlingMarc André Tanner5-8/+21
2016-11-15vis: move initial theme loading code to luaMarc André Tanner4-19/+2
2016-11-14vis-lua: add vis.ui.colors denoting the number of available colorsMarc André Tanner4-0/+34
2016-11-14ui: remove unused functionMarc André Tanner2-11/+0
2016-11-13build: do not clutter source tree with AppVeyor configuration fileMarc André Tanner1-0/+0
2016-11-13test: updateMarc André Tanner1-5/+5
2016-11-11lexers/fstab: add systemd-specific mount optionsChristian Hesse1-0/+9
2016-11-11test: adapt tests to changes in the Lua APIMarc André Tanner1-5/+5
2016-11-11vis: cleanup `:set option` argument parsing logicMarc André Tanner1-15/+5
2016-11-11vis: add `:set shell` optionMarc André Tanner3-0/+21
2016-11-11vis: attempt to use the default shell of the user to execute external commandsMarc André Tanner2-2/+12
2016-11-11sam: fix range for line zeroMarc André Tanner1-0/+2
2016-11-10vis: fix compilation with Lua support disabledMarc André Tanner1-1/+1
2016-11-10vis: change default status bar indication for Windows style line endingsMarc André Tanner2-4/+4
2016-11-10vis-lua: change misnamed attribute values of `file.newlines`Marc André Tanner5-14/+14
2016-11-10vis: split `:set show <option>` into separate optionsMarc André Tanner3-36/+34
2016-11-10vis: add help texts for :set option valuesMarc André Tanner1-11/+56
2016-11-10vis: make vis_draw actually draw each windowMarc André Tanner1-0/+2
2016-11-10build: add Makefile target for code coverage via gcovMarc André Tanner2-2/+8
2016-11-09README: Fix instructions for lexers and themesKlemens Nanni1-3/+3
2016-11-09Use nicer IRC badge in READMEMarc André Tanner1-1/+1
2016-11-09vis: handle cancelation of `r` commandMarc André Tanner1-0/+3
2016-11-09Add another useless badge to the READMEMarc André Tanner1-1/+2
2016-11-09test: update test suiteMarc André Tanner1-5/+5
2016-11-09build: add automated Cygwin builds using AppVeyorMarc André Tanner1-0/+43
2016-11-09build: make `vis -v` version output more robustMarc André Tanner1-1/+1
2016-11-09vis: improve `r` in normal and replace modeMarc André Tanner2-4/+21
2016-11-09vis: perform undo snapshotting more rarerlyMarc André Tanner2-7/+11
2016-11-09vis: add replace operator VIS_OP_REPLACEMarc André Tanner2-0/+23
2016-11-09vis: unify VIS_OP_{INSERT,REPLACE} implementationMarc André Tanner6-18/+19
2016-11-08sam: fix default value handling of +/- addressesMarc André Tanner1-3/+6
2016-11-08vis: fix key parsing/skipping logicMarc André Tanner1-1/+3
2016-11-08sam: dispose primary cursor at end of groupMarc André Tanner1-0/+2