aboutsummaryrefslogtreecommitdiff
path: root/lua/vis-std.lua
AgeCommit message (Expand)AuthorFilesLines
2024-04-25lua: Report viewport lines and bytes in one tableRudy Dellomas III1-1/+1
2024-03-27lua: update default plugins to work with scintillua 6.2Randy Palamar1-12/+1
2024-03-25ui: refactor style handlingRandy Palamar1-2/+2
2024-01-23lua: fix deprecated name for change-256colorsMichiel van den Heuvel1-1/+1
2023-12-05lua: drop redrawtime optionRandy Palamar1-15/+1
2023-08-27lua: make sure lpeg is in fact optionalRandy Palamar1-0/+1
2022-11-29Resync the lexers with Scintilluaqiu-x1-1/+22
2020-02-24lua: add `redrawtime` optionGeorgi Kirilov1-1/+15
2020-02-24lua: optimize the win:style() loopGeorgi Kirilov1-11/+12
2018-05-17vis: display count/input queue content in status barMarc André Tanner1-0/+8
2018-01-22lua: fix theme loading when lexer module is not availableMarc André Tanner1-3/+3
2017-07-14vis-lua: make selection first class primitives in Lua APIMarc André Tanner1-6/+6
2017-04-09vis: remove handling of \r\n line endingsMarc André Tanner1-4/+0
2017-03-31lexers: sync with scintillua changeset 600 rev fdeca0b808bfMarc André Tanner1-1/+1
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