summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-12-30sam: execute X and Y commands only once not for every selectionMarc André Tanner
2016-12-30sam: change write command implementation to not change argv[]Marc André Tanner
2016-12-30sam: explicitly pass invalid range for X and Y commandsMarc André Tanner
2016-12-30sam: use more expressive name for select commandMarc André Tanner
2016-12-29Add rc lexerMichael Forney
2016-12-29vis-lua: allow vis:map to set up key aliases and actionsMarc André Tanner
2016-12-29vis-lua: introduce vis:action_registerMarc André Tanner
2016-12-29vis: cleanup key action lifetime managementMarc André Tanner
2016-12-29vis-lua: simplify lua function reference handlingMarc André Tanner
2016-12-29vis-lua: luaL_checkstring already checks for NULL return valueMarc André Tanner
2016-12-29test: updateMarc André Tanner
2016-12-29vis: unmap all conflicting bindings of a forced map commandMarc André Tanner
2016-12-29map: implement map_prefix_deleteMarc André Tanner