summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-10view: clean up API functions related to primary cursor handlingMarc André Tanner
2016-03-10vis: let /^pattern match at the start of the lineMarc André Tanner
2016-03-08Merge branch 'master' of https://github.com/xomachine/visMarc André Tanner
2016-03-08Add missing angle brackets around broken C-p key bindingMarc André Tanner
2016-03-08Workaround for #199xomachine
2016-03-08Added page up and down keys for visual modeErlend Fagerheim
2016-03-08vis: handle lexer module load failure even more gracefullyMarc André Tanner
2016-03-06vis: gracefully handle lpeg module load failureMarc André Tanner
2016-03-06build: remove hardening compiler flags for nowMarc André Tanner
2016-02-28build: do not modify $CFLAGS directlyMarc André Tanner
2016-02-28build: update make standalone to use musl-1.1.14Marc André Tanner
2016-02-25vis: ignore trailing NUL byte of register content by defaultMarc André Tanner
2016-02-25vis: use standard registers for macro recordingsMarc André Tanner
2016-02-23Make f, F, t, T motion work when replaying a macroMarc André Tanner
2016-02-23Merge branch 'line-motions' of https://github.com/rgburke/visMarc André Tanner
2016-02-22Added + and - motionsRichard Burke
2016-02-22initized variablesChristian Hesse
2016-02-22remove unused function cmd()Christian Hesse
2016-02-21vis: only move to start of yanked range if it is not line wiseMarc André Tanner
2016-02-21vis: insert missing new line when putting at the end of fileMarc André Tanner
2016-02-21Cleanup new line insertion codeMarc André Tanner
2016-02-20vis: move cursor to next char after ~ in normal modeMarc André Tanner
2016-02-20vis: reject obviously recursive key bindingsMarc André Tanner
2016-02-20recursive ib fixErlend Fagerheim
2016-02-20vis: list layout specifc key mappings in <F1> help outputMarc André Tanner
2016-02-20Description for langmap commandxomachine
2016-02-20vis: implement :langmap command to set keyboard mappingsMarc André Tanner
2016-02-20colorcolumn enhancementRichard Burke
2016-02-19update lexer for Arch Linux PKGBUILDChristian Hesse
2016-02-18vis: make put commands p, P, gp, gP available in visual modesMarc André Tanner
2016-02-18vis: move cursor to start of yanked rangeMarc André Tanner
2016-02-18Update README to reflect changes to Lua APIMarc André Tanner
2016-02-18vis-lua: add text object ii to match based on syntax item/tokenMarc André Tanner
2016-02-18vis-lua: add helper functions to implement motions/text objects in luaMarc André Tanner
2016-02-18vis-lua: add file:content(pos, len) functionMarc André Tanner
2016-02-18vis-lua: expose vis:textobject_registerMarc André Tanner
2016-02-18Add infrastructure to register custom text object functionsMarc André Tanner
2016-02-18vis-lua: expose vis:textobject(id)Marc André Tanner
2016-02-18vis-lua: add vis:motion_register functionMarc André Tanner
2016-02-18Add infrastructure to add custom motion functionsMarc André Tanner
2016-02-18Add a simple dynamically growing array data structureMarc André Tanner
2016-02-18vis-lua: expose vis_motion to luaMarc André Tanner
2016-02-18vis-lua: expose mode constants to luaMarc André Tanner
2016-02-18vis-lua: expose win.syntaxMarc André Tanner
2016-02-18vis-lua: expose cursor:to(line, col)Marc André Tanner
2016-02-18vis-lua: promote vis to a real objectMarc André Tanner
2016-02-18vis: add possibility to bind keys to lua functionsMarc André Tanner
2016-02-18map: set errno to EEXIST when trying to map_put a duplicate valueMarc André Tanner
2016-02-18map: set errno to ENOENT if prefix for map_closest does not existMarc André Tanner
2016-02-18vis: fix possible undefined zero allocationMarc André Tanner