aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-01doc: fix a couple of API doc warningsMarc André Tanner4-28/+28
2020-08-01vis: remove ae outer entire text objectMarc André Tanner5-14/+0
2020-08-01vis: remove ie inner entire text objectMarc André Tanner7-29/+0
2020-08-01vis: remove z> rightmost pairwise selection combinatorMarc André Tanner3-47/+0
2020-08-01vis: remove z< leftmost pairwise selection combinatorMarc André Tanner3-18/+0
2020-08-01vis: remove z- shorter pairwise selection combinatorMarc André Tanner3-20/+0
2020-08-01vis: remove z+ longer pairwise selection combinatorMarc André Tanner3-20/+0
2020-08-01vis: remove z& pairwise selection intersectionMarc André Tanner3-16/+0
2020-08-01vis: remove z| pairwise unionMarc André Tanner3-18/+0
2020-08-01vis: remove commented entries from default configMarc André Tanner1-2/+0
2020-08-01vis: use ~ instead of ! for selection complementMarc André Tanner2-2/+2
2020-08-01vis: remove ~ as alias for g~Marc André Tanner2-4/+3
2020-08-01vis: remove window related aliases from default configMarc André Tanner1-7/+0
2020-08-01vis: remove special key aliases from default configMarc André Tanner1-12/+0
2020-08-01test: updateMarc André Tanner1-13/+5
2020-07-17test: updateMarc André Tanner1-5/+13
2020-07-17support for primary clipboardJeremy Bobbin5-19/+54
2020-07-11vis-open: add trailing "/" for the foldersVadym Kochan1-1/+10
2020-07-11build: mark distclean and testclean targets as PHONYMarc André Tanner1-1/+1
2020-07-07Makefile: add testclean targetParide Legovini1-1/+5
2020-07-07Makefile: add distclean targetParide Legovini1-1/+5
2020-06-30build: define LUA_COMPAT_5_3Christian Hesse1-1/+1
2020-06-28text: simplify remapping of original file contentMarc André Tanner1-9/+1
2020-06-22text: remove dead storeMarc André Tanner1-1/+0
2020-06-22text: code cleanup, use local variableMarc André Tanner1-8/+9
2020-06-22text: fix typo in comments, no code changeMarc André Tanner1-4/+4
2020-06-20Support wayland clipboard (wl-clipboard)yory81-0/+17
2020-06-07build: add git based version information backMarc André Tanner1-1/+1
2020-06-07build: set version to 0.6Marc André Tanner2-3/+3
2020-06-07ui: fix terminal UI on serial consoleMarc André Tanner1-4/+4
2020-05-30test: updateMarc André Tanner1-5/+5
2020-05-30vis: fix implicit enum conversion warningMarc André Tanner1-1/+1
2020-05-30build: update alpine in docker build to version 3.12Christian Hesse1-1/+1
2020-05-13doc: update outdated version informationMarc André Tanner1-2/+2
2020-05-13doc: update sphinx configuration to python 3Marc André Tanner1-10/+10
2020-05-13test: updateMarc André Tanner1-9/+5
2020-05-13text: introduce text_save_method, remove text_save_rangeMarc André Tanner2-17/+22
2020-05-12test: updateMarc André Tanner1-11/+7
2020-05-12build: use -O2 by defaultMarc André Tanner1-1/+1
2020-05-12vis: cleanup pre-processing of :-commandsMarc André Tanner1-5/+5
2020-05-12Tweak READMEMarc André Tanner1-2/+1
2020-05-12vt100: do not crash if termkey is not yet initializedMarc André Tanner1-0/+1
2020-04-29ui: fix line number drawingMarc André Tanner1-2/+2
2020-04-29build: fix _XOPEN_SOURCE redefinition warningMarc André Tanner1-1/+1
2020-04-28vis: make <Escape> reset count in visual modesMarc André Tanner2-1/+17
2020-04-28vis: make <Escape> reset count in normal modeMarc André Tanner2-1/+17
2020-04-28lexers: prioritize markdown list ruleMarc André Tanner1-1/+1
2020-04-28lexers: make markdown white space rule less greedyMarc André Tanner1-1/+1
2020-04-28man: document theme locationMarc André Tanner1-0/+5
2020-04-27Avoid use of VLAsMichael Forney7-25/+42