summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-10gitignore: Fix patternMichael Reed
2016-01-10Simplify code by using text_bytes_alloc0Marc André Tanner
2016-01-10text: introduce text_bytes_alloc0 utility functionMarc André Tanner
2016-01-10text-motion: fix integer overflow in text_search_{forward,backward}Marc André Tanner
2016-01-09vis-open: Fix indentationMichael Reed
2016-01-09Merge branch 'vis-open' of https://github.com/Pyrohh/vis into masterMarc André Tanner
2016-01-09vis-open: Print error message to stderrMichael Reed
2016-01-09vis-open: Use basename of $0 in usage messageMichael Reed
2016-01-09Makefile: Use $(MAKE) instead of directly calling `make`Michael Reed
2016-01-06vis: make <C-v> also available at :-command promptMarc André Tanner
2016-01-06vis: apply <C-v> to all cursors not only primary oneMarc André Tanner
2016-01-06vis: enhance <C-v> to recognize a few special keysMarc André Tanner
2016-01-02lexer: sync with upstream scintillua rev bdb74a2f31dfMarc André Tanner
2015-12-31Add explicit build commands to READMEMarc André Tanner
2015-12-31view: fix regressionMarc André Tanner
2015-12-31Also remove vis-open when uninstallingMarc André Tanner
2015-12-31Add section about Lua API to READMEMarc André Tanner
2015-12-31vis-lua: implement vis.events.{start,quit} eventsMarc André Tanner
2015-12-31vis-lua: implement window.cursor.{line, col, pos}Marc André Tanner
2015-12-31vis-lua: implement vis.lines[..] arrayMarc André Tanner
2015-12-31text: let text_pos_by_lineno return EPOS if given a too large line numberMarc André Tanner
2015-12-31text: introduce text_newline_insertMarc André Tanner
2015-12-31vis-lua: implement vis.open(filename)Marc André Tanner
2015-12-31vis-lua: rename a few functionsMarc André Tanner
2015-12-31vis-lua: remove unnecessary castsMarc André Tanner
2015-12-29#111 command line prompt options defaultsErlend Fagerheim
2015-12-29lexer: add some meta data to newly added lexersMarc André Tanner
2015-12-29vis: fix default lua package.path and support $XDG_CONFIG_HOMEMarc André Tanner
2015-12-29Clean up build systemMarc André Tanner
2015-12-29view: improve cursor handling at end of fileMarc André Tanner
2015-12-29view: fix new line handling at the end of visible areaMarc André Tanner
2015-12-29view: fix view [start,end] range calculationMarc André Tanner
2015-12-28Update READMEMarc André Tanner
2015-12-26vis: move file type detection to visrc.luaMarc André Tanner
2015-12-26vis: change Lua package.path to also include vis base directoryMarc André Tanner
2015-12-26vis: refactor Lua integrationMarc André Tanner
2015-12-26Initialize enum values to the public API onesSilvan Jegen
2015-12-20vis: fix forceful redraw <C-l>Marc André Tanner
2015-12-20Make normal mode 'S' behave like in VimSilvan Jegen
2015-12-03lexer: add lexer for FaustDavid B. Lamkins
2015-12-02vis: make <C-w>w an alias for <C-w>jMarc André Tanner
2015-11-28vis: add namespace prefix for MARK_SELECTION_{START,END}Marc André Tanner
2015-11-28vis: do not switch to normal mode when leaving ? and / promptMarc André Tanner
2015-11-28view: remove ViewEvent infrastructureMarc André Tanner
2015-11-28vis: improve switching to prompt modeMarc André Tanner
2015-11-28vis: implement = operator in terms of fmt(1)Marc André Tanner
2015-11-28vis: add cmd argument to VIS_OP_FILTERMarc André Tanner
2015-11-28view: preserve column position when moving across linesMarc André Tanner
2015-11-28view: remove special treatment of tabs in cell matrixMarc André Tanner
2015-11-27vis: improve cursor alignment command <C-a>Marc André Tanner