aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-07Move all lua related files to lua/ subfolderMarc André Tanner141-32/+46
2016-12-06Reorganize READMEMarc André Tanner1-599/+30
2016-12-06vis-lua: more extensive Lua API documentationMarc André Tanner5-33/+281
2016-12-05vis-lua: add preliminary version of LDoc based Lua API documentationMarc André Tanner2-3/+368
2016-12-05view: make cursor placement more robustMarc André Tanner1-0/+5
2016-12-05man: improve vis manual pageMarc André Tanner1-129/+203
2016-12-03vis: use file(1) for file type detectionMarc André Tanner1-174/+384
2016-12-03build: do not define _FORTIFY_SOURCE for debug buildsMarc André Tanner1-1/+1
2016-12-03vis: improve :set option number parsingMarc André Tanner3-8/+22
2016-12-02build: simplify manual page installationMarc André Tanner1-9/+5
2016-12-02build: add new `make man` targetMarc André Tanner1-0/+8
2016-12-02man: improve formatting and fix warningsMarc André Tanner1-112/+105
2016-12-02man: Make vis-{clipboard,menu,open} manpages lint-clean.Tim Allen3-44/+40
2016-12-01man: first steps towards a proper manual pageMarc André Tanner1-480/+808
2016-12-01Merge branch 'master' of https://github.com/josuah/vis into manMarc André Tanner1-39/+857
2016-12-01vis-clipboard: fix detection of macOS systemsMarc André Tanner1-2/+6
2016-11-30man: use hard coded dates in manual pagesMarc André Tanner4-6/+6
2016-11-30vis: avoid inconsistent state after file reloading with :eMarc André Tanner1-1/+6
2016-11-30build: try to avoid failed commit status when coverage slightly dropsMarc André Tanner1-0/+6
2016-11-30lexer: add standard mlMurray Calavera2-0/+109
2016-11-28sam: introduce `m as an address refering to mark mMarc André Tanner3-0/+21
2016-11-28vis: move mark description into core codeMarc André Tanner3-19/+17
2016-11-28vis-lua: add file.path property denoting the absolute path to the fileMarc André Tanner2-1/+7
2016-11-27vis-lua: lua_pushtring already takes care of NULL stringMarc André Tanner1-16/+4
2016-11-27sam: stricter command parsingMarc André Tanner3-5/+22
2016-11-27vis: cleanup signal handling codeMarc André Tanner4-39/+38
2016-11-27vis: install SIGTERM handler to properly restore terminal when being killedMarc André Tanner1-19/+33
2016-11-27ui: remove terminal restore codeMarc André Tanner1-4/+0
2016-11-26vis: redirect stdout and stderr streams to /dev/null when lacking a consumerMarc André Tanner1-7/+19
2016-11-26vis: re-open /dev/tty read-writeableMarc André Tanner1-1/+1
2016-11-25vis: fix I/O redirection bugs, cleanup vis_pipeMarc André Tanner6-22/+23
2016-11-25vis-menu: also re-open /dev/tty as stderrMarc André Tanner1-1/+3
2016-11-22vis: add `:set escdelay nn` optionMarc André Tanner3-0/+17
2016-11-22ui: remove $ESCDELAY handlingMarc André Tanner1-9/+0
2016-11-22vis: populate :set option map at startupMarc André Tanner2-11/+8
2016-11-22vis-lua: also emit save events when writing to stdoutMarc André Tanner1-0/+6
2016-11-22vis-lua: introduce pre-save hookMarc André Tanner8-0/+32
2016-11-22vis-lua: pass path as second argument to file_save_post event hookMarc André Tanner6-11/+17
2016-11-21vis-lua: rename file_save event to file_save_postMarc André Tanner8-12/+12
2016-11-21test: updateMarc André Tanner1-5/+12
2016-11-21sam: change default addresses used for commands in normal modeMarc André Tanner2-14/+18
2016-11-19vis: keep track of whether "0 stores line wise dataMarc André Tanner1-1/+3
2016-11-19sam: change default address of "s" command to current lineMarc André Tanner1-1/+1
2016-11-19test: udpdateMarc André Tanner1-7/+5
2016-11-19vis: make gg and G move to first non-blank character of lineMarc André Tanner1-5/+15
2016-11-19vis: reformat motion definition block to avoid overly long linesMarc André Tanner1-67/+239
2016-11-19build: install plan9port on Mac OS X buildsMarc André Tanner1-0/+6
2016-11-19build: disable codecov comments in pull requestsMarc André Tanner1-0/+2
2016-11-19Merge branch 'man' of https://github.com/michaelforney/visMarc André Tanner1-3/+3
2016-11-18Fix date format string in man pagesMichael Forney1-3/+3