summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-23build: skip configure check for built-in lpeg if lua is not foundMarc André Tanner
2017-02-23vis: remove `gf` and `<C-w>gf` functionalityMarc André Tanner
2017-02-23text-object: remove text_object_numberMarc André Tanner
2017-02-23vis: remove number increment/decrement functionalityMarc André Tanner
2017-02-23vis-lua: use shorter type namesMarc André Tanner
2017-02-23vis-lua: cleanup type checks by using #define'sMarc André Tanner
2017-02-23vis-lua: make vis:count assignableMarc André Tanner
2017-02-22vis-lua: expose current count specifier as vis:countMarc André Tanner
2017-02-22lua: add file:match_at method to match LPeg pattern around a positionMarc André Tanner
2017-02-22vis-lua: expose type meta tables through vis.typesMarc André Tanner
2017-02-22lua: expose vis:module_exist method, load lexer and lpeg module during startupMarc André Tanner
2017-02-22vis-lua: check for nil return value of text object callbackMarc André Tanner
2017-02-22test: updateMarc André Tanner
2017-02-22vis: simplify `r` implementation and fix cursor positioningMarc André Tanner
2017-02-22vis: add exact count motion flagMarc André Tanner
2017-02-22test: add some general testing tipsMarc André Tanner
2017-02-22test/vim: add test for `t` motionMarc André Tanner
2017-02-22test/vis: add regression test for ec9007f0512930bc16f23e97ea626799187700b6Marc André Tanner
2017-02-21Tweak READMEMarc André Tanner
2017-02-21sam: make sure all commands can be undoneMarc André Tanner
2017-02-21sam: reformat code to avoid one level of indentationMarc André Tanner
2017-02-20test: updateMarc André Tanner
2017-02-20test/fuzz: add fuzzing driver for bufferMarc André Tanner
2017-02-20buffer: fix integer overflow issueMarc André Tanner
2017-02-20buffer: add buffer_growMarc André Tanner
2017-02-20buffer: rename buffer_grow to buffer_reserveMarc André Tanner
2017-02-20test/fuzz: add fuzzing infrastructureMarc André Tanner
2017-02-20text: fix some integer overflow issuesMarc André Tanner
2017-02-20util: add overflow safe unsigned addition functionMarc André Tanner
2017-02-20test/core: add msan make targetMarc André Tanner
2017-02-18appveyor: let Cygwin handle the environment variableMarc André Tanner
2017-02-18appveyor: try to fix yaml multiline syntaxMarc André Tanner
2017-02-18test: updateMarc André Tanner
2017-02-18test/core: rename files to have distinct namesMarc André Tanner
2017-02-18appveyor: fix symlinks for Cygwin buildsMarc André Tanner
2017-02-17test: updateMarc André Tanner
2017-02-17test/vis: add some more testsMarc André Tanner
2017-02-17vis: cleanup error paths in key action handling codeMarc André Tanner
2017-02-17build: more complete cleanup in make cleanMarc André Tanner
2017-02-17test/core: add some more array related testsMarc André Tanner
2017-02-16test/vis: set UTF-8 localeChristian Hesse
2017-02-16test: updateMarc André Tanner
2017-02-16test/vis: add some tests for digraphs and verbatim insertionMarc André Tanner
2017-02-16build: enable RDP access to AppVeyor build workersMarc André Tanner
2017-02-16travis: fix yaml syntaxMarc André Tanner
2017-02-16test: updateMarc André Tanner
2017-02-16Move more README content to the WikiMarc André Tanner
2017-02-16travis: try to fix code coverage for test/coreMarc André Tanner
2017-02-16test/vis: patch Lua package.path to include source repositoryMarc André Tanner
2017-02-15test: updateMarc André Tanner