summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-27test/core: add some array_remove test casesMarc André Tanner
2016-12-27build: update libtermkey to version 0.19Marc André Tanner
2016-12-27vis: properly free dynamic key bindingsMarc André Tanner
2016-12-27array: implement array_removeMarc André Tanner
2016-12-27travis: install 9baseMarc André Tanner
2016-12-27build: configure ncurses with --disable-leaksMarc André Tanner
2016-12-27build: pass $CFLAGS_EXTRA through make debug targetMarc André Tanner
2016-12-26fix help text for next/prev matchErlend Fagerheim
2016-12-23text-objects: explicitly ignore return value of strtoll(3)Marc André Tanner
2016-12-23Apply format string attribute to printf style functionsMarc André Tanner
2016-12-23text: make text_vprintf static, it is only used within text.cMarc André Tanner
2016-12-22text: remove Filepos typedefMarc André Tanner
2016-12-22text: introduce EMARK to denote an invalid markMarc André Tanner
2016-12-22test: updateMarc André Tanner
2016-12-22test/core: reorder test casesMarc André Tanner
2016-12-22test/core: add make {a,ub}san targetsMarc André Tanner
2016-12-22vis-lua: store Vis context in upvalues where neededMarc André Tanner
2016-12-22text: change datatype of Mark to uintptr_tMarc André Tanner
2016-12-22test/core: add make valgrind targetMarc André Tanner
2016-12-22test/core: use smaller buffer/block sizes to force more memory allocationsMarc André Tanner
2016-12-22test/core: tweak tests to work with tis-interpreterMarc André Tanner
2016-12-22text: make default block size overridable via C pre-processorMarc André Tanner
2016-12-22buffer: make default buffer size overridable via C pre-processorMarc André Tanner
2016-12-22text: avoid undefined multiple accesses in expressionMarc André Tanner
2016-12-22text: do not rely on indeterminate value in a comparisonMarc André Tanner
2016-12-22build: do not install lua/doc directoryMarc André Tanner
2016-12-22build: also include working tree state in version informationMarc André Tanner
2016-12-21test/core: make core tests asan cleanMarc André Tanner
2016-12-21vis: implement `gh` and `gl` to move by relative byte offsetsMarc André Tanner
2016-12-21vis: implement `go` to move to absolute byte positionMarc André Tanner
2016-12-21vis: implement g8Marc André Tanner
2016-12-20vis: improve literal insertion via <C-v> in insert modeMarc André Tanner
2016-12-20vis: improve gaMarc André Tanner
2016-12-20ui: increase maximum info message lengthMarc André Tanner
2016-12-20buffer: implement buffer_capacity utility functionMarc André Tanner
2016-12-20buffer: implement buffer_appendf to append formatted contentMarc André Tanner
2016-12-20test/core: cleanup and add formatted related buffer testsMarc André Tanner
2016-12-20buffer: fix error case in buffer_append0Marc André Tanner
2016-12-19vis-lua: implement vis.registers[] arrayMarc André Tanner
2016-12-19vis: introduce vis_register_from utility functionMarc André Tanner
2016-12-19vis-lua: simplify obj_ref_new error handlingMarc André Tanner
2016-12-19vis-lua: simplify object reference checkingMarc André Tanner
2016-12-19vis-lua: implement file.marks[] arrayMarc André Tanner
2016-12-19vis-lua: implement file:mark_{get,set}Marc André Tanner
2016-12-19test: ignore custom visrc.lua configurationMarc André Tanner
2016-12-17test: updateMarc André Tanner
2016-12-17vis: allow boolean :set options to be toggledMarc André Tanner
2016-12-17vis: always remove consumed keys from input queueMarc André Tanner
2016-12-17test/vis: add some insert mode mapping regression testsMarc André Tanner
2016-12-16test/core: update .gitignore with coverage related filesMarc André Tanner