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