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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-01
vis-open: fix for absolute and non-existent paths
Kelsey Judson
1
-2
/
+3
2017-12-01
Python lexer: recognize python3's async/await keywords
Семён Марьясин
1
-0
/
+1
2017-11-20
Update erlang syntax lexer.
Emil Falk
1
-39
/
+20
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
2
-1
/
+79
2017-09-15
lexers: fix white space issue of recent php lexer changes
Marc André Tanner
1
-40
/
+40
2017-09-14
Reassign .cls file extension to latex
Lukas Tobler
1
-2
/
+2
2017-07-26
- added php constants
Samuel
1
-0
/
+25
2017-07-26
- updated php keywords
Samuel
1
-12
/
+20
2017-07-24
lexers: add copyright statement to strace lexer
Marc André Tanner
1
-0
/
+1
2017-07-14
vis-lua: make selection first class primitives in Lua API
Marc André Tanner
4
-18
/
+18
2017-07-09
Add Myrddin lexer and filetypes entry
Michael Forney
2
-0
/
+75
2017-06-10
More theme improvements
Philipp Emanuel Weidmann
4
-1
/
+5
2017-06-05
themes: simplify color definition
Marc André Tanner
1
-16
/
+16
2017-06-04
Improve appearance of line numbers and EOF markers
Philipp Emanuel Weidmann
1
-2
/
+2
2017-05-31
vis-lua: fix file:match_at API documentation
Marc André Tanner
1
-1
/
+1
2017-05-30
lexer: add simple strace(1) output lexer
Marc André Tanner
2
-0
/
+36
2017-05-12
Add a whitespace rule for the "elixir" lexer.
Tynan Colin Beatty
1
-0
/
+1
2017-04-09
vis: remove handling of \r\n line endings
Marc André Tanner
1
-4
/
+0
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
7
-23
/
+184
2017-03-24
lexers: fix perl pattern for horrible regex lines
S. Gilles
1
-0
/
+3
2017-03-19
vis-lua: allow operators to be defined as lua functions
Marc André Tanner
1
-0
/
+36
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
2
-4
/
+3
2017-03-19
Move :set syntax option implementation to lua
Marc André Tanner
3
-32
/
+54
2017-03-19
Fix errors and add ANS Forth 2012 keywords
stutonk
1
-17
/
+31
2017-03-18
Recognize additional Forth filetype
stutonk
1
-1
/
+1
2017-03-15
Make Vis' Solarized theme match the official Vim one.
Tim Allen
1
-2
/
+2
2017-03-14
Restructure display code
Marc André Tanner
4
-1
/
+21
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
2
-4
/
+16
2017-03-05
lua: reimplement word and file name completion in lua
Marc André Tanner
3
-0
/
+47
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-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
2
-0
/
+55
2017-02-28
lua: move digraph handling to separate 'plugin'
Marc André Tanner
3
-24
/
+27
2017-02-25
lexers: sync with scintillua changeset 594 rev 6e29a8d2a783
Marc André Tanner
26
-60
/
+71
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
2
-21
/
+25
2017-02-07
Allow {} to be nested in shell variables
S. Gilles
1
-1
/
+1
2017-02-02
lexer: fix scheme token rule ordering
Marc André Tanner
1
-1
/
+1
2017-02-02
update comment and readme about lua path
Christian Hesse
1
-1
/
+2
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
[next]