summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-10vis: remove change listMarc André Tanner
2017-07-10vis: let '^ mark point to top of jump listMarc André Tanner
2017-07-10vis: implement jump list in terms of marksMarc André Tanner
2017-07-10array: add helper functions for LIFO usageMarc André Tanner
2017-07-10vis: simplify and fix pairwise selection intersectionMarc André Tanner
2017-07-10vis: simplify selection complement and minus implementationMarc André Tanner
2017-07-10vis: rename default mark to 'Marc André Tanner
2017-07-09Add Myrddin lexer and filetypes entryMichael Forney
2017-07-08test: updateMarc André Tanner
2017-07-08vis: perform more renames cursor -> selectionMarc André Tanner
2017-07-08view: keep but clear primary selection if instructed to replace allMarc André Tanner
2017-07-08vis: cleanup marks implementationMarc André Tanner
2017-07-07vis: use marks instead of registers to store selectionsMarc André Tanner
2017-07-05text: limit write(2) calls to INT_MAX bytesMarc André Tanner
2017-07-05vis: make sure all selections have same anchored stateMarc André Tanner
2017-07-04Remove conditional initialization from MakefileGeorge Brown
2017-07-04vis: implement `gv` by means of new "^ registerMarc André Tanner
2017-07-04vis: process aliased key sequences individuallyMarc André Tanner
2017-07-03Fix Unicode regex searches for libtre buildsMarc André Tanner
2017-06-27man: Fix a typoTwoFinger
2017-06-27vis: properly set initial window ui optionsMarc André Tanner
2017-06-27Merge branch 'show-eof' of https://github.com/p-e-w/visMarc André Tanner
2017-06-27Merge branch 'theme-tweaks-2' of https://github.com/p-e-w/visMarc André Tanner
2017-06-19test: updateMarc André Tanner
2017-06-15vis: enable new selection manipulation primitivesMarc André Tanner
2017-06-15vis: normalize selections after pairwise combinationMarc André Tanner
2017-06-15vis: implement pairwise selection combinator: rightmostMarc André Tanner
2017-06-15vis: implement pairwise selection combinator: leftmostMarc André Tanner
2017-06-15vis: implement pairwise selection combinator: shorterMarc André Tanner
2017-06-15vis: implement pairwise selection combinator: longerMarc André Tanner
2017-06-15vis: implement pairwise selection combinator: intersectionMarc André Tanner
2017-06-15vis: implement pairwise selection combinator: unionMarc André Tanner
2017-06-15vis: implement subtraction of selectionsMarc André Tanner
2017-06-15vis: implement complement of selectionsMarc André Tanner
2017-06-15vis: implement intersection of selectionsMarc André Tanner
2017-06-15vis: implement union of selectionsMarc André Tanner
2017-06-15array: add array initialization utility functionMarc André Tanner
2017-06-15view: make sure primary selection is visibleMarc André Tanner
2017-06-15vis: allow selections to be restored from registersMarc André Tanner
2017-06-15vis: allow active selection to be saved to a registerMarc André Tanner
2017-06-15vis: add function to query which register was specifiedMarc André Tanner
2017-06-15vis: add basic infrastructure to store selections in registersMarc André Tanner
2017-06-15view: add functions to save/restore arbitrary rangesMarc André Tanner
2017-06-15view: add functions to get/set all selectionsMarc André Tanner
2017-06-15view: disallow setting of invalid selectionsMarc André Tanner
2017-06-15array: add array_sort utility functionMarc André Tanner
2017-06-15text-util: add text_range_intersect utility functionMarc André Tanner
2017-06-15text-util: change definition of range intersectionMarc André Tanner
2017-06-15vis: normalize selections after motionsMarc André Tanner
2017-06-15sam: simplify print command implementationMarc André Tanner