summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-30lexer: add standard mlMurray Calavera
2016-11-28sam: introduce `m as an address refering to mark mMarc André Tanner
2016-11-28vis: move mark description into core codeMarc André Tanner
2016-11-28vis-lua: add file.path property denoting the absolute path to the fileMarc André Tanner
2016-11-27vis-lua: lua_pushtring already takes care of NULL stringMarc André Tanner
2016-11-27sam: stricter command parsingMarc André Tanner
2016-11-27vis: cleanup signal handling codeMarc André Tanner
2016-11-27vis: install SIGTERM handler to properly restore terminal when being killedMarc André Tanner
2016-11-27ui: remove terminal restore codeMarc André Tanner
2016-11-26vis: redirect stdout and stderr streams to /dev/null when lacking a consumerMarc André Tanner
2016-11-26vis: re-open /dev/tty read-writeableMarc André Tanner
2016-11-25vis: fix I/O redirection bugs, cleanup vis_pipeMarc André Tanner
2016-11-25vis-menu: also re-open /dev/tty as stderrMarc André Tanner
2016-11-22vis: add `:set escdelay nn` optionMarc André Tanner
2016-11-22ui: remove $ESCDELAY handlingMarc André Tanner
2016-11-22vis: populate :set option map at startupMarc André Tanner
2016-11-22vis-lua: also emit save events when writing to stdoutMarc André Tanner
2016-11-22vis-lua: introduce pre-save hookMarc André Tanner
2016-11-22vis-lua: pass path as second argument to file_save_post event hookMarc André Tanner
2016-11-21vis-lua: rename file_save event to file_save_postMarc André Tanner
2016-11-21test: updateMarc André Tanner
2016-11-21sam: change default addresses used for commands in normal modeMarc André Tanner
2016-11-19vis: keep track of whether "0 stores line wise dataMarc André Tanner
2016-11-19sam: change default address of "s" command to current lineMarc André Tanner
2016-11-19test: udpdateMarc André Tanner
2016-11-19vis: make gg and G move to first non-blank character of lineMarc André Tanner
2016-11-19vis: reformat motion definition block to avoid overly long linesMarc André Tanner
2016-11-19build: install plan9port on Mac OS X buildsMarc André Tanner
2016-11-19build: disable codecov comments in pull requestsMarc André Tanner
2016-11-19Merge branch 'man' of https://github.com/michaelforney/visMarc André Tanner
2016-11-18Fix date format string in man pagesMichael Forney
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-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-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-15test: updateMarc 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