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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-17
ui: improve fallback code in case of unknown term
Marc André Tanner
2
-2
/
+2
2015-11-14
view: increase range to consider for syntax highlighting
David B. Lamkins
1
-1
/
+1
2015-11-13
lexer: improve pure lexer
David B. Lamkins
1
-11
/
+18
2015-11-11
ui: fall back to xterm-256color if term initialization fails
Marc André Tanner
1
-2
/
+5
2015-11-11
lexer: add lexer for pure
David B. Lamkins
2
-0
/
+55
2015-11-10
build: do not clutter dependency/install with manual pages
Marc André Tanner
1
-1
/
+1
2015-11-10
Update .gitignore
Marc André Tanner
1
-2
/
+2
2015-11-10
lexer: fix some more color specifications
Marc André Tanner
2
-3
/
+3
2015-11-10
build: try to fix make standalone for multiarch systems
Marc André Tanner
1
-1
/
+1
2015-11-10
lexers: fix color specification in diff lexer
David B. Lamkins
1
-3
/
+3
2015-11-09
view: improve window redrawing for shared files/split windows
Marc André Tanner
1
-1
/
+1
2015-11-09
view: correctly redraw window content
Marc André Tanner
1
-1
/
+4
2015-11-08
ui: warn if theme loading failed
Marc André Tanner
1
-2
/
+8
2015-11-08
Clarify build dependencies in README
Marc André Tanner
1
-2
/
+2
2015-11-08
Fix warnings found by static analyzer
Marc André Tanner
4
-6
/
+5
2015-11-08
Mention make local in README
Marc André Tanner
2
-2
/
+5
2015-11-08
Update year numbers in Copyright clause
Marc André Tanner
7
-8
/
+20
2015-11-08
Remove trailing white space from source files
Marc André Tanner
7
-25
/
+25
2015-11-08
Mention new source files in README
Marc André Tanner
1
-2
/
+9
2015-11-08
Delete now obsolete syntax.h
Marc André Tanner
5
-22
/
+14
2015-11-08
vis: map <F1> to :help
Marc André Tanner
1
-0
/
+1
2015-11-08
vis: reindent config.def.h (no functional changes)
Marc André Tanner
2
-283
/
+285
2015-11-08
Tweak manual page
Marc André Tanner
1
-2
/
+24
2015-11-08
view: do not highlight matching symbols if selection is active
Marc André Tanner
1
-1
/
+1
2015-11-08
ui: try to make sure that selected text is still visible
Marc André Tanner
1
-1
/
+1
2015-11-08
theme: updated low color theme
Marc André Tanner
1
-9
/
+7
2015-11-08
theme: add default low color theme
Marc André Tanner
2
-0
/
+33
2015-11-08
ui: load syntax theme based on the number of supported colors
Marc André Tanner
3
-1
/
+3
2015-11-08
vis: introduce vis namespace for lua objects
Marc André Tanner
3
-11
/
+15
2015-11-08
build: add VIS_PATH=. to suggested execution after make local
Marc André Tanner
1
-1
/
+1
2015-11-08
build: explicitly link againgst dl
Marc André Tanner
1
-1
/
+1
2015-11-08
lexer: add ledger lexer
Charles Lehner
2
-0
/
+58
2015-11-08
theme: increase contrast by setting background color to black
Marc André Tanner
1
-1
/
+1
2015-11-08
lexer: new lexer for man/roff format
David B. Lamkins
2
-0
/
+36
2015-11-08
lexer: new APL lexer
David B. Lamkins
2
-0
/
+69
2015-11-08
vis: try to support all lua versions >= 5.1
Marc André Tanner
4
-7
/
+7
2015-11-08
vis: implement :set colorcolumn
Marc André Tanner
7
-0
/
+36
2015-11-08
ui: make default selection visible
Marc André Tanner
1
-1
/
+4
2015-11-08
Add lexer specific README file
Marc André Tanner
1
-0
/
+48
2015-11-08
travis: try to fix build by using local built dependencies
Marc André Tanner
1
-2
/
+2
2015-11-08
ui: redo syntax coloring after resize
Marc André Tanner
1
-0
/
+1
2015-11-08
Update README
Marc André Tanner
1
-1
/
+30
2015-11-08
vis: factor out syntax highlighting code
Marc André Tanner
3
-47
/
+62
2015-11-08
vis: implement :set theme
Marc André Tanner
3
-3
/
+36
2015-11-08
vis: implement :set cursorline
Marc André Tanner
5
-0
/
+30
2015-11-08
vis: experimental support for lua/lpeg based syntax highlighting
Marc André Tanner
11
-48
/
+499
2015-11-08
Overhaul build system
Marc André Tanner
2
-6
/
+122
2015-11-08
Import LPeg based lexers from Scintillua 3.6.1-1
Marc André Tanner
108
-0
/
+11252
2015-11-08
vis: remove regex based syntax highlighting
Marc André Tanner
10
-792
/
+17
2015-11-08
vis: more comments and cleanups
Marc André Tanner
4
-96
/
+84
[next]