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
/
plugins
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-22
lua: fix theme loading when lexer module is not available
Marc André Tanner
2
-2
/
+2
2017-12-25
lexers: add pony
Murray Calavera
1
-0
/
+3
2017-10-30
lexer: associate *.conf to the ini lexer
Marc André Tanner
1
-1
/
+1
2017-10-30
lexer: fix file type association for xs lexer
Marc André Tanner
1
-1
/
+1
2017-10-01
Add `xs` lexer and mappings.
David B. Lamkins
1
-1
/
+4
2017-09-14
Reassign .cls file extension to latex
Lukas Tobler
1
-2
/
+2
2017-07-14
vis-lua: make selection first class primitives in Lua API
Marc André Tanner
3
-12
/
+12
2017-07-09
Add Myrddin lexer and filetypes entry
Michael Forney
1
-0
/
+3
2017-05-30
lexer: add simple strace(1) output lexer
Marc André Tanner
1
-0
/
+5
2017-03-31
vis: improve tab completion in command prompt
Marc André Tanner
1
-1
/
+30
2017-03-31
lexers: sync with scintillua changeset 600 rev fdeca0b808bf
Marc André Tanner
2
-1
/
+4
2017-03-19
Move :set syntax option implementation to lua
Marc André Tanner
1
-2
/
+2
2017-03-18
Recognize additional Forth filetype
stutonk
1
-1
/
+1
2017-03-07
lua: add filetype detection for Plan9 rc and derivatives
David B. Lamkins
1
-0
/
+3
2017-03-05
lua: fix more luacheck warnings
Marc André Tanner
1
-3
/
+15
2017-03-05
lua: reimplement word and file name completion in lua
Marc André Tanner
2
-0
/
+45
2017-03-02
lua: fix luacheck warnings in plugins
Marc André Tanner
1
-3
/
+0
2017-03-02
lua: use goto label to mimic continue statement
Marc André Tanner
1
-41
/
+36
2017-03-02
lua: let number increment/decrement handle next number
Marc André Tanner
1
-37
/
+47
2017-03-01
lua: return nil for invalid text objects
Marc André Tanner
1
-2
/
+2
2017-02-28
lua: reimplement number increment <C-a> and decrement <C-x>
Marc André Tanner
1
-0
/
+54
2017-02-28
lua: move digraph handling to separate 'plugin'
Marc André Tanner
1
-0
/
+23
2017-01-18
lexer: add lexer for Parallax Spin language
David B. Lamkins
1
-0
/
+3
2016-12-14
lua: add crontab file type and configure it to save in-place
Marc André Tanner
1
-0
/
+4
2016-12-14
lua: allow per file type :commands being executed
Marc André Tanner
1
-3
/
+11
2016-12-14
lua: use Lua patterns to match file extensions
Marc André Tanner
1
-125
/
+120
2016-12-09
lua: add more mime types for file type detection
Marc André Tanner
1
-0
/
+21
2016-12-08
vis-lua: add optional help parameter to mapping functions
Marc André Tanner
1
-1
/
+1
2016-12-08
lua: add simple event multiplexing mechanism
Marc André Tanner
1
-2
/
+2
2016-12-07
lua: move non-core code out of vis.lua
Marc André Tanner
2
-0
/
+463