aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-23text-objects: explicitly ignore return value of strtoll(3)Marc André Tanner1-1/+1
2016-12-23Apply format string attribute to printf style functionsMarc André Tanner3-6/+6
2016-12-23text: make text_vprintf static, it is only used within text.cMarc André Tanner2-14/+13
2016-12-22text: remove Filepos typedefMarc André Tanner2-5/+3
2016-12-22text: introduce EMARK to denote an invalid markMarc André Tanner3-5/+7
2016-12-22test: updateMarc André Tanner1-5/+8
2016-12-22vis-lua: store Vis context in upvalues where neededMarc André Tanner1-5/+8
2016-12-22text: change datatype of Mark to uintptr_tMarc André Tanner6-14/+17
2016-12-22text: make default block size overridable via C pre-processorMarc André Tanner1-0/+2
2016-12-22buffer: make default buffer size overridable via C pre-processorMarc André Tanner1-3/+5
2016-12-22text: avoid undefined multiple accesses in expressionMarc André Tanner1-1/+2
2016-12-22text: do not rely on indeterminate value in a comparisonMarc André Tanner1-1/+1
2016-12-22build: do not install lua/doc directoryMarc André Tanner1-0/+1
2016-12-22build: also include working tree state in version informationMarc André Tanner1-1/+1
2016-12-21vis: implement `gh` and `gl` to move by relative byte offsetsMarc André Tanner4-0/+36
2016-12-21vis: implement `go` to move to absolute byte positionMarc André Tanner4-0/+18
2016-12-21vis: implement g8Marc André Tanner2-4/+16
2016-12-20vis: improve literal insertion via <C-v> in insert modeMarc André Tanner3-21/+50
2016-12-20vis: improve gaMarc André Tanner1-9/+20
2016-12-20ui: increase maximum info message lengthMarc André Tanner1-1/+1
2016-12-20buffer: implement buffer_capacity utility functionMarc André Tanner2-0/+6
2016-12-20buffer: implement buffer_appendf to append formatted contentMarc André Tanner2-15/+26
2016-12-20buffer: fix error case in buffer_append0Marc André Tanner1-3/+6
2016-12-19vis-lua: implement vis.registers[] arrayMarc André Tanner1-1/+58
2016-12-19vis: introduce vis_register_from utility functionMarc André Tanner3-37/+37
2016-12-19vis-lua: simplify obj_ref_new error handlingMarc André Tanner1-10/+9
2016-12-19vis-lua: simplify object reference checkingMarc André Tanner1-163/+58
2016-12-19vis-lua: implement file.marks[] arrayMarc André Tanner1-0/+65
2016-12-19vis-lua: implement file:mark_{get,set}Marc André Tanner1-0/+38
2016-12-17test: updateMarc André Tanner1-5/+5
2016-12-17vis: allow boolean :set options to be toggledMarc André Tanner2-13/+32
2016-12-17vis: always remove consumed keys from input queueMarc André Tanner1-3/+3
2016-12-16travis: try to enable code coverage for test/coreMarc André Tanner1-1/+1
2016-12-16build: update unused make standalone/local Lua reference to 5.3.3Marc André Tanner1-2/+2
2016-12-16vis: process keys following an unmatched prefix individuallyMarc André Tanner1-1/+3
2016-12-16vis: add section about compile time configuration to :help outputMarc André Tanner1-0/+15
2016-12-15build: move $CFLAGS_DEBUG into config.mkMarc André Tanner2-9/+6
2016-12-15vis: always store registers values NUL terminatedMarc André Tanner1-4/+6
2016-12-15vis: respect terminating NUL bytes in the input queueMarc André Tanner1-1/+1
2016-12-15vis: more informative error message for :set optionJosh Wainwright1-1/+1
2016-12-14lua: make sure we always load a default themeMarc André Tanner2-1/+2
2016-12-14lua: improve error message when failing to load lpeg/lexer moduleMarc André Tanner2-9/+22
2016-12-14vis: remove useless NULL checkMarc André Tanner1-1/+1