aboutsummaryrefslogtreecommitdiff
path: root/lua/vis-std.lua
AgeCommit message (Expand)AuthorFilesLines
2017-03-19Move :set horizon option implementaiton to luaMarc André Tanner1-1/+8
2017-03-19Move :set theme option implementation to luaMarc André Tanner1-2/+3
2017-03-19Move :set syntax option implementation to luaMarc André Tanner1-28/+7
2017-03-14Restructure display codeMarc André Tanner1-0/+5
2017-03-05lua: reimplement word and file name completion in luaMarc André Tanner1-0/+2
2017-03-01vis-lua: make cursor.pos return nil if cursor position is invalidMarc André Tanner1-1/+3
2017-02-28lua: reimplement number increment <C-a> and decrement <C-x>Marc André Tanner1-0/+1
2017-02-28lua: move digraph handling to separate 'plugin'Marc André Tanner1-22/+4
2017-02-22lua: expose vis:module_exist method, load lexer and lpeg module during startupMarc André Tanner1-19/+1
2017-01-31vis: add workaround for broken color handling in Terminal.appMarc André Tanner1-0/+3
2017-01-27vis-digraph: add utility to handle digraphsjosuah1-0/+24
2016-12-14lua: make sure we always load a default themeMarc André Tanner1-0/+2
2016-12-14lua: improve error message when failing to load lpeg/lexer moduleMarc André Tanner1-1/+21
2016-12-14lua: avoid errors if no theme is setMarc André Tanner1-7/+7
2016-12-08vis-lua: move mode constants from vis.MODE_* to vis.modes.*Marc André Tanner1-6/+6
2016-12-08vis-lua: expose init event and use it to set default themeMarc André Tanner1-2/+0
2016-12-08lua: add simple event multiplexing mechanismMarc André Tanner1-8/+8
2016-12-07lua: move non-core code out of vis.luaMarc André Tanner1-0/+119