index
:
vis
FreeBSD-single
lua_changes
master
old
a neat vi-like editor
Mitchell Riedstra
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
vis.lua
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-29
Resync the lexers with Scintillua
qiu-x
1
-2
/
+23
2020-12-27
lua: fix luacheck warnings
Marc André Tanner
1
-1
/
+1
2020-09-17
Pass up terminal CSI as events to Lua.
Ez Diy
1
-0
/
+2
2018-01-22
lua: fix theme loading when lexer module is not available
Marc André Tanner
1
-1
/
+3
2017-06-10
More theme improvements
Philipp Emanuel Weidmann
1
-0
/
+1
2017-05-31
vis-lua: fix file:match_at API documentation
Marc André Tanner
1
-1
/
+1
2017-03-19
vis-lua: allow operators to be defined as lua functions
Marc André Tanner
1
-0
/
+36
2017-03-19
Move :set theme option implementation to lua
Marc André Tanner
1
-2
/
+0
2017-03-19
Move :set syntax option implementation to lua
Marc André Tanner
1
-2
/
+45
2017-02-23
vis-lua: use shorter type names
Marc André Tanner
1
-1
/
+1
2017-02-22
lua: add file:match_at method to match LPeg pattern around a position
Marc André Tanner
1
-0
/
+31
2017-02-22
lua: expose vis:module_exist method, load lexer and lpeg module during startup
Marc André Tanner
1
-2
/
+24
2016-12-14
lua: improve error message when failing to load lpeg/lexer module
Marc André Tanner
1
-8
/
+1
2016-12-09
vis-lua: add comment about possibly outdated Lua API documentation
Marc André Tanner
1
-1
/
+1
2016-12-09
vis-lua: expose input key event in insert and replace modes
Marc André Tanner
1
-0
/
+2
2016-12-08
vis-lua: move mode constants from vis.MODE_* to vis.modes.*
Marc André Tanner
1
-5
/
+5
2016-12-08
vis-lua: add optional help parameter to mapping functions
Marc André Tanner
1
-9
/
+11
2016-12-08
vis-lua: expose init event and use it to set default theme
Marc André Tanner
1
-0
/
+2
2016-12-08
lua: add simple event multiplexing mechanism
Marc André Tanner
1
-2
/
+100
2016-12-07
lua: move non-core code out of vis.lua
Marc André Tanner
1
-591
/
+1
2016-12-07
Move all lua related files to lua/ subfolder
Marc André Tanner
1
-0
/
+664