aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-31sam: use buffer_move where appropriateMarc André Tanner1-4/+4
2016-12-31buffer: implement buffer_moveMarc André Tanner2-0/+10
2016-12-30test: updateMarc André Tanner1-5/+5
2016-12-30sam: execute X and Y commands only once not for every selectionMarc André Tanner1-2/+2
2016-12-30sam: change write command implementation to not change argv[]Marc André Tanner1-6/+6
2016-12-30sam: explicitly pass invalid range for X and Y commandsMarc André Tanner1-1/+1
2016-12-30sam: use more expressive name for select commandMarc André Tanner1-2/+2
2016-12-29Add rc lexerMichael Forney1-0/+65
2016-12-29vis-lua: allow vis:map to set up key aliases and actionsMarc André Tanner1-15/+51
2016-12-29vis-lua: introduce vis:action_registerMarc André Tanner1-0/+32
2016-12-29vis: cleanup key action lifetime managementMarc André Tanner5-26/+59
2016-12-29vis-lua: simplify lua function reference handlingMarc André Tanner1-31/+17
2016-12-29vis-lua: luaL_checkstring already checks for NULL return valueMarc André Tanner1-7/+6
2016-12-29test: updateMarc André Tanner1-8/+5
2016-12-29vis: unmap all conflicting bindings of a forced map commandMarc André Tanner1-17/+2
2016-12-29map: implement map_prefix_deleteMarc André Tanner2-0/+15
2016-12-29map: implement map_firstMarc André Tanner2-0/+24
2016-12-28vis: do not free right hand side of mapping twiceMarc André Tanner1-8/+3
2016-12-28build: use latest Lua 5.3.x for make local and standalone buildsMarc André Tanner1-4/+4
2016-12-27build: update libtermkey to version 0.19Marc André Tanner1-2/+2
2016-12-27vis: properly free dynamic key bindingsMarc André Tanner6-7/+44
2016-12-27array: implement array_removeMarc André Tanner2-0/+14
2016-12-27travis: install 9baseMarc André Tanner1-0/+5
2016-12-27build: configure ncurses with --disable-leaksMarc André Tanner1-1/+1
2016-12-27build: pass $CFLAGS_EXTRA through make debug targetMarc André Tanner1-1/+1
2016-12-26fix help text for next/prev matchErlend Fagerheim1-2/+2