aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-13ui: make statusbar configurableMarc André Tanner3-11/+17
2016-01-13vis: reindent :-command definitionsMarc André Tanner1-26/+26
2016-01-13vis: implement :map-window and :unmap-windowMarc André Tanner1-5/+24
2016-01-13vis: allow :-commands containing a hyphenMarc André Tanner1-1/+1
2016-01-13vis: add infrastructure to support per window key bindingsMarc André Tanner4-16/+52
2016-01-13map: implement map_copyMarc André Tanner2-0/+24
2016-01-13map: fix return value of map_deleteMarc André Tanner1-1/+1
2016-01-13vis: implement :map and :unmapMarc André Tanner1-0/+77
2016-01-13vis: cleanup key binding definitionsMarc André Tanner6-163/+96
2016-01-13Add -pedantic to debug CFLAGS and fix resulting warningsMarc André Tanner6-17/+21
2016-01-13vis: fix tab expansion if enabledMarc André Tanner1-2/+17
2016-01-10gitignore: Fix patternMichael Reed1-3/+3
2016-01-10Simplify code by using text_bytes_alloc0Marc André Tanner3-19/+4
2016-01-10text: introduce text_bytes_alloc0 utility functionMarc André Tanner2-0/+15
2016-01-10text-motion: fix integer overflow in text_search_{forward,backward}Marc André Tanner1-6/+6
2016-01-09vis-open: Fix indentationMichael Reed1-3/+3
2016-01-09Merge branch 'vis-open' of https://github.com/Pyrohh/vis into masterMarc André Tanner1-2/+2
2016-01-09vis-open: Print error message to stderrMichael Reed1-1/+1
2016-01-09vis-open: Use basename of $0 in usage messageMichael Reed1-1/+1
2016-01-09Makefile: Use $(MAKE) instead of directly calling `make`Michael Reed1-11/+11
2016-01-06vis: make <C-v> also available at :-command promptMarc André Tanner1-1/+1
2016-01-06vis: apply <C-v> to all cursors not only primary oneMarc André Tanner1-5/+2
2016-01-06vis: enhance <C-v> to recognize a few special keysMarc André Tanner1-28/+58
2016-01-02lexer: sync with upstream scintillua rev bdb74a2f31dfMarc André Tanner102-113/+493
2015-12-31Add explicit build commands to READMEMarc André Tanner1-0/+4
2015-12-31view: fix regressionMarc André Tanner1-1/+3
2015-12-31Also remove vis-open when uninstallingMarc André Tanner1-0/+1
2015-12-31Add section about Lua API to READMEMarc André Tanner1-0/+39
2015-12-31vis-lua: implement vis.events.{start,quit} eventsMarc André Tanner1-2/+11
2015-12-31vis-lua: implement window.cursor.{line, col, pos}Marc André Tanner1-0/+57
2015-12-31vis-lua: implement vis.lines[..] arrayMarc André Tanner1-14/+90
2015-12-31text: let text_pos_by_lineno return EPOS if given a too large line numberMarc André Tanner1-1/+1
2015-12-31text: introduce text_newline_insertMarc André Tanner2-0/+13
2015-12-31vis-lua: implement vis.open(filename)Marc André Tanner1-0/+12
2015-12-31vis-lua: rename a few functionsMarc André Tanner1-35/+50
2015-12-31vis-lua: remove unnecessary castsMarc André Tanner1-8/+8
2015-12-29#111 command line prompt options defaultsErlend Fagerheim1-10/+14
2015-12-29lexer: add some meta data to newly added lexersMarc André Tanner4-3/+6
2015-12-29vis: fix default lua package.path and support $XDG_CONFIG_HOMEMarc André Tanner2-14/+23
2015-12-29Clean up build systemMarc André Tanner3-47/+41
2015-12-29view: improve cursor handling at end of fileMarc André Tanner1-1/+1
2015-12-29view: fix new line handling at the end of visible areaMarc André Tanner1-1/+1
2015-12-29view: fix view [start,end] range calculationMarc André Tanner1-1/+1
2015-12-28Update READMEMarc André Tanner1-287/+272
2015-12-26vis: move file type detection to visrc.luaMarc André Tanner3-120/+128
2015-12-26vis: change Lua package.path to also include vis base directoryMarc André Tanner1-8/+12
2015-12-26vis: refactor Lua integrationMarc André Tanner13-273/+746
2015-12-26Initialize enum values to the public API onesSilvan Jegen1-2/+2
2015-12-20vis: fix forceful redraw <C-l>Marc André Tanner5-1/+13
2015-12-20Make normal mode 'S' behave like in VimSilvan Jegen1-1/+1