aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-27vis: ignore SIGQUITMarc André Tanner1-2/+2
2017-07-26- added php constantsSamuel1-0/+25
2017-07-26- updated php keywordsSamuel1-12/+20
2017-07-24lexers: add copyright statement to strace lexerMarc André Tanner1-0/+1
2017-07-23build: add git based version information backMarc André Tanner1-1/+1
2017-07-23build: set version to 0.4Marc André Tanner1-1/+1
2017-07-23vis: use strncpy to copy into fixed sized bufferMarc André Tanner1-1/+1
2017-07-23vis: only draw selections of currently active windowMarc André Tanner1-2/+3
2017-07-23vis-lua: move marks array to window objectMarc André Tanner1-27/+29
2017-07-17vis: specify window in mark related APIMarc André Tanner5-16/+24
2017-07-17vis: fix coverity issue 157025Marc André Tanner1-2/+4
2017-07-14man: update manual page with recent developmentsMarc André Tanner1-89/+143
2017-07-14vis: restore s / S normal mode bindingsMarc André Tanner1-0/+2
2017-07-14vis: remove useless mappings which interfere with jumplistMarc André Tanner1-2/+0
2017-07-14vis: use distinct mark to save last selectionsMarc André Tanner4-4/+18
2017-07-14vis: always reduce selections when not in visual modeMarc André Tanner2-13/+15
2017-07-14vis-lua: make selection first class primitives in Lua APIMarc André Tanner12-119/+146
2017-07-11vis: handle further input after mark and register specifiersMarc André Tanner1-10/+15
2017-07-11Revert "vis: process aliased key sequences individually"Marc André Tanner1-12/+2
2017-07-11vis: cleanup register related APIMarc André Tanner4-33/+77
2017-07-11vis-lua: represent marks as array of rangesMarc André Tanner1-21/+34
2017-07-10test: updateMarc André Tanner1-5/+5
2017-07-10vis: remove change listMarc André Tanner4-63/+0
2017-07-10vis: let '^ mark point to top of jump listMarc André Tanner5-25/+10
2017-07-10vis: implement jump list in terms of marksMarc André Tanner11-177/+185
2017-07-10array: add helper functions for LIFO usageMarc André Tanner2-0/+39
2017-07-10vis: simplify and fix pairwise selection intersectionMarc André Tanner1-1/+1
2017-07-10vis: simplify selection complement and minus implementationMarc André Tanner1-5/+3
2017-07-10vis: rename default mark to 'Marc André Tanner1-1/+1
2017-07-09Add Myrddin lexer and filetypes entryMichael Forney2-0/+75
2017-07-08test: updateMarc André Tanner1-7/+5
2017-07-08vis: perform more renames cursor -> selectionMarc André Tanner3-158/+160
2017-07-08view: keep but clear primary selection if instructed to replace allMarc André Tanner1-1/+4
2017-07-08vis: cleanup marks implementationMarc André Tanner9-208/+161
2017-07-07vis: use marks instead of registers to store selectionsMarc André Tanner8-45/+81
2017-07-05text: limit write(2) calls to INT_MAX bytesMarc André Tanner1-1/+1
2017-07-05vis: make sure all selections have same anchored stateMarc André Tanner3-10/+23
2017-07-04Remove conditional initialization from MakefileGeorge Brown1-7/+0
2017-07-04vis: implement `gv` by means of new "^ registerMarc André Tanner9-66/+20
2017-07-04vis: process aliased key sequences individuallyMarc André Tanner1-2/+12
2017-07-03Fix Unicode regex searches for libtre buildsMarc André Tanner1-6/+55
2017-06-27man: Fix a typoTwoFinger1-2/+2
2017-06-27vis: properly set initial window ui optionsMarc André Tanner2-2/+3
2017-06-27Merge branch 'show-eof' of https://github.com/p-e-w/visMarc André Tanner7-3/+24
2017-06-27Merge branch 'theme-tweaks-2' of https://github.com/p-e-w/visMarc André Tanner9-17/+24
2017-06-19test: updateMarc André Tanner1-5/+5
2017-06-15vis: enable new selection manipulation primitivesMarc André Tanner1-8/+24
2017-06-15vis: normalize selections after pairwise combinationMarc André Tanner1-0/+26
2017-06-15vis: implement pairwise selection combinator: rightmostMarc André Tanner1-0/+15
2017-06-15vis: implement pairwise selection combinator: leftmostMarc André Tanner1-0/+15