summaryrefslogtreecommitdiff
path: root/lua/vis-std.lua
AgeCommit message (Expand)Author
2018-05-17vis: display count/input queue content in status barMarc André Tanner
2018-01-22lua: fix theme loading when lexer module is not availableMarc André Tanner
2017-07-14vis-lua: make selection first class primitives in Lua APIMarc André Tanner
2017-04-09vis: remove handling of \r\n line endingsMarc André Tanner
2017-03-31lexers: sync with scintillua changeset 600 rev fdeca0b808bfMarc André Tanner
2017-03-19Move :set horizon option implementaiton to luaMarc André Tanner
2017-03-19Move :set theme option implementation to luaMarc André Tanner
2017-03-19Move :set syntax option implementation to luaMarc André Tanner
2017-03-14Restructure display codeMarc André Tanner
2017-03-05lua: reimplement word and file name completion in luaMarc André Tanner
2017-03-01vis-lua: make cursor.pos return nil if cursor position is invalidMarc André Tanner
2017-02-28lua: reimplement number increment <C-a> and decrement <C-x>Marc André Tanner
2017-02-28lua: move digraph handling to separate 'plugin'Marc André Tanner
2017-02-22lua: expose vis:module_exist method, load lexer and lpeg module during startupMarc André Tanner
2017-01-31vis: add workaround for broken color handling in Terminal.appMarc André Tanner
2017-01-27vis-digraph: add utility to handle digraphsjosuah
2016-12-14lua: make sure we always load a default themeMarc André Tanner
2016-12-14lua: improve error message when failing to load lpeg/lexer moduleMarc André Tanner
2016-12-14lua: avoid errors if no theme is setMarc André Tanner
2016-12-08vis-lua: move mode constants from vis.MODE_* to vis.modes.*Marc André Tanner
2016-12-08vis-lua: expose init event and use it to set default themeMarc André Tanner
2016-12-08lua: add simple event multiplexing mechanismMarc André Tanner
2016-12-07lua: move non-core code out of vis.luaMarc André Tanner