aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-10ui: make primary cursor blinkMarc André Tanner5-1/+12
2016-03-10ui: add support for blink style attributeMarc André Tanner1-0/+4
2016-03-10vis: let <C-u> and <C-d> in visual mode move to prev/next cursorMarc André Tanner2-4/+40
2016-03-10view: clean up API functions related to primary cursor handlingMarc André Tanner4-10/+23
2016-03-10vis: let /^pattern match at the start of the lineMarc André Tanner1-1/+1
2016-03-08Merge branch 'master' of https://github.com/xomachine/visMarc André Tanner1-2/+2
2016-03-08Add missing angle brackets around broken C-p key bindingMarc André Tanner1-1/+1
2016-03-08Workaround for #199xomachine1-2/+2
2016-03-08Added page up and down keys for visual modeErlend Fagerheim1-0/+4
2016-03-08vis: handle lexer module load failure even more gracefullyMarc André Tanner1-2/+3
2016-03-06vis: gracefully handle lpeg module load failureMarc André Tanner1-1/+7
2016-03-06build: remove hardening compiler flags for nowMarc André Tanner1-9/+0
2016-02-28build: do not modify $CFLAGS directlyMarc André Tanner1-5/+10
2016-02-28build: update make standalone to use musl-1.1.14Marc André Tanner1-2/+2
2016-02-25vis: ignore trailing NUL byte of register content by defaultMarc André Tanner3-1/+10
2016-02-25vis: use standard registers for macro recordingsMarc André Tanner5-69/+52
2016-02-23Make f, F, t, T motion work when replaying a macroMarc André Tanner1-6/+9
2016-02-23Merge branch 'line-motions' of https://github.com/rgburke/visMarc André Tanner1-0/+2
2016-02-22Added + and - motionsRichard Burke1-0/+2
2016-02-22initized variablesChristian Hesse1-2/+2
2016-02-22remove unused function cmd()Christian Hesse1-7/+0
2016-02-21vis: only move to start of yanked range if it is not line wiseMarc André Tanner1-1/+1
2016-02-21vis: insert missing new line when putting at the end of fileMarc André Tanner1-0/+3
2016-02-21Cleanup new line insertion codeMarc André Tanner3-20/+15
2016-02-20vis: move cursor to next char after ~ in normal modeMarc André Tanner1-1/+1
2016-02-20vis: reject obviously recursive key bindingsMarc André Tanner1-0/+3
2016-02-20recursive ib fixErlend Fagerheim1-1/+1
2016-02-20vis: list layout specifc key mappings in <F1> help outputMarc André Tanner1-0/+10
2016-02-20Description for langmap commandxomachine1-0/+18
2016-02-20vis: implement :langmap command to set keyboard mappingsMarc André Tanner1-0/+34
2016-02-20colorcolumn enhancementRichard Burke1-3/+19
2016-02-19update lexer for Arch Linux PKGBUILDChristian Hesse2-6/+38
2016-02-18vis: make put commands p, P, gp, gP available in visual modesMarc André Tanner1-4/+4
2016-02-18vis: move cursor to start of yanked rangeMarc André Tanner1-1/+1
2016-02-18Update README to reflect changes to Lua APIMarc André Tanner1-5/+14
2016-02-18vis-lua: add text object ii to match based on syntax item/tokenMarc André Tanner1-0/+31
2016-02-18vis-lua: add helper functions to implement motions/text objects in luaMarc André Tanner1-0/+27
2016-02-18vis-lua: add file:content(pos, len) functionMarc André Tanner1-0/+19
2016-02-18vis-lua: expose vis:textobject_registerMarc André Tanner1-0/+24
2016-02-18Add infrastructure to register custom text object functionsMarc André Tanner4-7/+37
2016-02-18vis-lua: expose vis:textobject(id)Marc André Tanner3-2/+12
2016-02-18vis-lua: add vis:motion_register functionMarc André Tanner1-0/+24
2016-02-18Add infrastructure to add custom motion functionsMarc André Tanner4-1/+40
2016-02-18Add a simple dynamically growing array data structureMarc André Tanner2-0/+106
2016-02-18vis-lua: expose vis_motion to luaMarc André Tanner1-0/+9
2016-02-18vis-lua: expose mode constants to luaMarc André Tanner2-2/+30
2016-02-18vis-lua: expose win.syntaxMarc André Tanner1-0/+17
2016-02-18vis-lua: expose cursor:to(line, col)Marc André Tanner1-2/+21
2016-02-18vis-lua: promote vis to a real objectMarc André Tanner4-17/+73
2016-02-18vis: add possibility to bind keys to lua functionsMarc André Tanner2-1/+87