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-std.lua
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-05
lua: drop redrawtime option
Randy Palamar
1
-15
/
+1
2023-08-27
lua: make sure lpeg is in fact optional
Randy Palamar
1
-0
/
+1
2022-11-29
Resync the lexers with Scintillua
qiu-x
1
-1
/
+22
2020-02-24
lua: add `redrawtime` option
Georgi Kirilov
1
-1
/
+15
2020-02-24
lua: optimize the win:style() loop
Georgi Kirilov
1
-11
/
+12
2018-05-17
vis: display count/input queue content in status bar
Marc André Tanner
1
-0
/
+8
2018-01-22
lua: fix theme loading when lexer module is not available
Marc André Tanner
1
-3
/
+3
2017-07-14
vis-lua: make selection first class primitives in Lua API
Marc André Tanner
1
-6
/
+6
2017-04-09
vis: remove handling of \r\n line endings
Marc André Tanner
1
-4
/
+0
2017-03-31
lexers: sync with scintillua changeset 600 rev fdeca0b808bf
Marc André Tanner
1
-1
/
+1
2017-03-19
Move :set horizon option implementaiton to lua
Marc André Tanner
1
-1
/
+8
2017-03-19
Move :set theme option implementation to lua
Marc André Tanner
1
-2
/
+3
2017-03-19
Move :set syntax option implementation to lua
Marc André Tanner
1
-28
/
+7
2017-03-14
Restructure display code
Marc André Tanner
1
-0
/
+5
2017-03-05
lua: reimplement word and file name completion in lua
Marc André Tanner
1
-0
/
+2
2017-03-01
vis-lua: make cursor.pos return nil if cursor position is invalid
Marc André Tanner
1
-1
/
+3
2017-02-28
lua: reimplement number increment <C-a> and decrement <C-x>
Marc André Tanner
1
-0
/
+1
2017-02-28
lua: move digraph handling to separate 'plugin'
Marc André Tanner
1
-22
/
+4
2017-02-22
lua: expose vis:module_exist method, load lexer and lpeg module during startup
Marc André Tanner
1
-19
/
+1
2017-01-31
vis: add workaround for broken color handling in Terminal.app
Marc André Tanner
1
-0
/
+3
2017-01-27
vis-digraph: add utility to handle digraphs
josuah
1
-0
/
+24
2016-12-14
lua: make sure we always load a default theme
Marc André Tanner
1
-0
/
+2
2016-12-14
lua: improve error message when failing to load lpeg/lexer module
Marc André Tanner
1
-1
/
+21
2016-12-14
lua: avoid errors if no theme is set
Marc André Tanner
1
-7
/
+7
2016-12-08
vis-lua: move mode constants from vis.MODE_* to vis.modes.*
Marc André Tanner
1
-6
/
+6
2016-12-08
vis-lua: expose init event and use it to set default theme
Marc André Tanner
1
-2
/
+0
2016-12-08
lua: add simple event multiplexing mechanism
Marc André Tanner
1
-8
/
+8
2016-12-07
lua: move non-core code out of vis.lua
Marc André Tanner
1
-0
/
+119