summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-02-18vis: enable number increment <C-a> and decrement <C-x> in normal modeMarc André Tanner
2016-02-18vis: use <Tab> to align multiple cursors in normal modeMarc André Tanner
2016-02-18vis: add insfrastructure to support global key mappingsMarc André Tanner
2016-02-17Display NUL bytes correctlyRichard Burke
2016-02-16Update make standalone to use musl-1.1.13Marc André Tanner
2016-02-16Display ASCII-127 (DEL) character as ^?Richard Burke
2016-02-15Add text object to cover lines with same indentation levelMarc André Tanner
2016-02-15vis: add <C-c> as an alias for <Escape> in normal modeMarc André Tanner
2016-02-13vis: in insert mode <S-Tab> aligns all cursors by inserting spacesMarc André Tanner
2016-02-13Convert call sites of text_line_char_{get,set} to text_line_width_{get,set}Marc André Tanner
2016-02-13text-motion: add functions to get/set position based on display widthMarc André Tanner
2016-02-12vis: respect window local mappings for child modesMarc André Tanner
2016-02-12vis: remove trailing new line before executing prompt commandMarc André Tanner
2016-02-12text-object: simplify text_object_range implementationMarc André Tanner
2016-02-12vis: fix printf format string used in number_increment_decrementMarc André Tanner
2016-02-12Update README to reflect recent developmentMarc André Tanner