aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-16vis: allow macro recording/replay in visual modeMarc André Tanner1-0/+2
2017-01-16vis: fix single letter word text objects at start of fileMarc André Tanner1-2/+2
2017-01-16vis: cleanup regex header inclusionMarc André Tanner5-5/+0
2017-01-16man: remove authors section from tool's man pagesChristian Hesse4-16/+0
2017-01-16man: add man page for vis-complete(1)Christian Hesse2-1/+86
2017-01-16make: define EXECUTABLES and install in a loopChristian Hesse2-18/+16
2017-01-16single: include tools vis-{clipboard,complete,menu,open}Christian Hesse2-2/+2
2017-01-15vis-lua: pass pending keys to lua key handling functionsMarc André Tanner1-8/+69
2017-01-15view: fix check to prevent duplicate cursor creationMarc André Tanner1-1/+4
2017-01-15vis: show error messages for failed :map/:unmap commandsMarc André Tanner1-7/+19
2017-01-15vis: do not crash when given insufficient arguments to :mapMarc André Tanner1-1/+1
2017-01-14sam: do not clobber error value when failing to parse a groupMarc André Tanner1-0/+2
2017-01-14vis-prompt: make it easier to enter multi line commandsMarc André Tanner2-30/+55
2017-01-14view: enforce invariant that cursor is within selectionMarc André Tanner1-5/+6
2017-01-14vis-lua: allow mode changes by setting vis.modeMarc André Tanner2-2/+16
2017-01-13test: updateMarc André Tanner1-5/+15
2017-01-13sam: remove s (substitute) command use x (extract) and c (change) insteadMarc André Tanner2-14/+3
2017-01-13sam: allow empty text specifiersMarc André Tanner1-2/+5
2017-01-13sam: allow input text to refer to search registersMarc André Tanner2-6/+65
2017-01-13vis: introduce registers 0-9 and & to capture search matchesMarc André Tanner4-2/+44
2017-01-13text-regex: add text_regex_nsub to get number of sub expressionsMarc André Tanner2-0/+7
2017-01-13text-regex: slightly clean up headerMarc André Tanner1-2/+2
2017-01-13sam: create new selections for changed rangesMarc André Tanner2-44/+71
2017-01-13view: add infrastructure for delayed cursor destructionMarc André Tanner2-2/+30
2017-01-12sam: implement parallel grouping behaviorMarc André Tanner4-132/+162
2017-01-11ui: improve editor suspensionMarc André Tanner1-1/+1
2017-01-11single: allow to build self-extracting executableChristian Hesse3-0/+20
2017-01-10vis-lua: expose register names as vis:register_names()Marc André Tanner1-1/+38
2017-01-10vis: add register description to :help outputMarc André Tanner4-25/+43
2017-01-10vis-lua: expose valid marks as vis:mark_names()Marc André Tanner1-0/+38
2017-01-10vis: add valid marks to :help outputMarc André Tanner4-6/+22
2017-01-10vis: add process id to :help outputMarc André Tanner1-1/+1
2017-01-07test: updateMarc André Tanner1-8/+5
2017-01-07buffer: make sure mem{cpy,move} are called with valid argumentsMarc André Tanner1-1/+5
2017-01-07buffer: fix buffer_move bugMarc André Tanner1-2/+1
2017-01-07buffer: remove redundant functionMarc André Tanner3-7/+1
2017-01-07ui: improve color palette resetMarc André Tanner1-46/+9
2017-01-06vis: simplify mode lookup for :map and :unmapMarc André Tanner3-20/+14
2017-01-05test: updateMarc André Tanner1-5/+8
2017-01-05Merge branch 'musl' of https://github.com/eworm-de/visMarc André Tanner1-2/+2
2017-01-05lua: adjust C lexer to recognize POSIX typesS. Gilles1-3/+6
2017-01-05ui: remove now unused codeMarc André Tanner1-37/+4
2017-01-05theme: pretend that specifying color numbers doesn't workS. Gilles1-16/+16
2017-01-05ui: replace lookup tables with algorithmS. Gilles1-269/+44
2017-01-05ui: Turn palette on/off when saving/restoring terminalS. Gilles1-12/+46
2017-01-04standalone: update to musl version 1.1.16Christian Hesse1-2/+2
2017-01-01ui: use accurate colors when availableS. Gilles1-1/+44
2017-01-01ui: move color_from_256 to file scopeS. Gilles1-122/+123
2016-12-31vis: allow user registered :-commands to specify a help textMarc André Tanner5-10/+26
2016-12-31vis: typedef function type not pointer to functionMarc André Tanner2-4/+4