summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-07lua: move non-core code out of vis.luaMarc André Tanner
2016-12-07Cleanup .gitignore and ignore HTML and CSS filesMarc André Tanner
2016-12-07Move all lua related files to lua/ subfolderMarc André Tanner
2016-12-06Reorganize READMEMarc André Tanner
2016-12-06vis-lua: more extensive Lua API documentationMarc André Tanner
2016-12-05vis-lua: add preliminary version of LDoc based Lua API documentationMarc André Tanner
2016-12-05view: make cursor placement more robustMarc André Tanner
2016-12-05man: improve vis manual pageMarc André Tanner
2016-12-03vis: use file(1) for file type detectionMarc André Tanner
2016-12-03build: do not define _FORTIFY_SOURCE for debug buildsMarc André Tanner
2016-12-03vis: improve :set option number parsingMarc André Tanner
2016-12-02build: simplify manual page installationMarc André Tanner
2016-12-02build: add new `make man` targetMarc André Tanner
2016-12-02man: improve formatting and fix warningsMarc André Tanner
2016-12-02man: Make vis-{clipboard,menu,open} manpages lint-clean.Tim Allen
2016-12-01man: first steps towards a proper manual pageMarc André Tanner
2016-12-01Merge branch 'master' of https://github.com/josuah/vis into manMarc André Tanner
2016-12-01vis-clipboard: fix detection of macOS systemsMarc André Tanner
2016-11-30man: use hard coded dates in manual pagesMarc André Tanner
2016-11-30vis: avoid inconsistent state after file reloading with :eMarc André Tanner
2016-11-30build: try to avoid failed commit status when coverage slightly dropsMarc André Tanner
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