index
:
vis.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
vis-std.lua
Age
Commit message (
Expand
)
Author
2024-03-27
lua: update default plugins to work with scintillua 6.2
Randy Palamar
2024-03-25
ui: refactor style handling
Randy Palamar
2024-01-23
lua: fix deprecated name for change-256colors
Michiel van den Heuvel
2023-12-05
lua: drop redrawtime option
Randy Palamar
2023-08-27
lua: make sure lpeg is in fact optional
Randy Palamar
2022-11-29
Resync the lexers with Scintillua
qiu-x
2020-02-24
lua: add `redrawtime` option
Georgi Kirilov
2020-02-24
lua: optimize the win:style() loop
Georgi Kirilov
2018-05-17
vis: display count/input queue content in status bar
Marc André Tanner
2018-01-22
lua: fix theme loading when lexer module is not available
Marc André Tanner
2017-07-14
vis-lua: make selection first class primitives in Lua API
Marc André Tanner
2017-04-09
vis: remove handling of \r\n line endings
Marc André Tanner
2017-03-31
lexers: sync with scintillua changeset 600 rev fdeca0b808bf
Marc André Tanner
2017-03-19
Move :set horizon option implementaiton to lua
Marc André Tanner
2017-03-19
Move :set theme option implementation to lua
Marc André Tanner
2017-03-19
Move :set syntax option implementation to lua
Marc André Tanner
2017-03-14
Restructure display code
Marc André Tanner
2017-03-05
lua: reimplement word and file name completion in lua
Marc André Tanner
2017-03-01
vis-lua: make cursor.pos return nil if cursor position is invalid
Marc André Tanner
2017-02-28
lua: reimplement number increment <C-a> and decrement <C-x>
Marc André Tanner
2017-02-28
lua: move digraph handling to separate 'plugin'
Marc André Tanner
2017-02-22
lua: expose vis:module_exist method, load lexer and lpeg module during startup
Marc André Tanner
2017-01-31
vis: add workaround for broken color handling in Terminal.app
Marc André Tanner
2017-01-27
vis-digraph: add utility to handle digraphs
josuah
2016-12-14
lua: make sure we always load a default theme
Marc André Tanner
2016-12-14
lua: improve error message when failing to load lpeg/lexer module
Marc André Tanner
2016-12-14
lua: avoid errors if no theme is set
Marc André Tanner
2016-12-08
vis-lua: move mode constants from vis.MODE_* to vis.modes.*
Marc André Tanner
2016-12-08
vis-lua: expose init event and use it to set default theme
Marc André Tanner
2016-12-08
lua: add simple event multiplexing mechanism
Marc André Tanner
2016-12-07
lua: move non-core code out of vis.lua
Marc André Tanner