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
2017-03-16
build: include dvtm terminfo entries in standalone builds
Marc André Tanner
1
-8
/
+10
2017-03-16
ui: further cleanup display code
Marc André Tanner
5
-40
/
+23
2017-03-16
view: mark view as dirty even when resizing to same size
Marc André Tanner
1
-1
/
+3
2017-03-16
vis: remove unnecessary status bar redraw
Marc André Tanner
1
-2
/
+0
2017-03-16
vis: remove special case when invalidating windows
Marc André Tanner
1
-2
/
+1
2017-03-16
ui: fix display artifacts in info line
Marc André Tanner
1
-10
/
+10
2017-03-15
test: update
Marc André Tanner
1
-5
/
+5
2017-03-15
build: clarify lpeg related configure option
Marc André Tanner
1
-4
/
+4
2017-03-15
Fix README markdown and improve contribution section
Marc André Tanner
1
-11
/
+27
2017-03-15
ui: fix compiler warning
Marc André Tanner
2
-2
/
+2
2017-03-15
Make Vis' Solarized theme match the official Vim one.
Tim Allen
1
-2
/
+2
2017-03-15
ui: add some bound checks
Marc André Tanner
1
-0
/
+4
2017-03-15
travis: add non-curses builds to test matrix
Marc André Tanner
1
-0
/
+6
2017-03-14
Add experimental raw vt100 UI backend
Marc André Tanner
8
-31
/
+273
2017-03-14
Restructure display code
Marc André Tanner
18
-1122
/
+1306
2017-03-07
standalone: use stronger hashing algorithm for source verification
Christian Hesse
1
-16
/
+16
2017-03-07
lua: add filetype detection for Plan9 rc and derivatives
David B. Lamkins
1
-0
/
+3
2017-03-07
travis: add TRE regex backend to test matrix of travis-ci linux builds
Marc André Tanner
1
-0
/
+4
2017-03-07
vis-lua: remove vis:open method
Marc André Tanner
1
-20
/
+0
2017-03-07
vis: remove now unused #define
Marc André Tanner
1
-6
/
+0
2017-03-05
text-object: remove C implementation of file name text object
Marc André Tanner
2
-30
/
+0
2017-03-05
lua: fix more luacheck warnings
Marc André Tanner
3
-5
/
+17
2017-03-05
lua: reimplement word and file name completion in lua
Marc André Tanner
3
-0
/
+47
2017-03-05
vis-lua: expose vis:pipe function
Marc André Tanner
1
-0
/
+35
2017-03-05
vis: add file argument to vis_pipe_collect
Marc André Tanner
2
-3
/
+3
2017-03-05
vis: remove word and file name completion from editor core
Marc André Tanner
2
-79
/
+0
2017-03-04
test: update
Marc André Tanner
1
-5
/
+5
2017-03-04
vis: process command line options when reading from stdin
Marc André Tanner
1
-6
/
+7
2017-03-03
travis: fix luarocks invocation
Marc André Tanner
1
-1
/
+2
2017-03-03
build: add luacheck make target
Marc André Tanner
2
-1
/
+9
2017-03-03
travis: try to run busted based test on macOS
Marc André Tanner
2
-6
/
+6
2017-03-03
vis-lua: add vis:exit function
Marc André Tanner
2
-0
/
+24
2017-03-02
lua: fix luacheck warnings in plugins
Marc André Tanner
1
-3
/
+0
2017-03-02
vis-lua: fix bogus URL in LDoc comment
Marc André Tanner
1
-1
/
+1
2017-03-02
vis: remove :bdelete command
Marc André Tanner
3
-24
/
+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
vis-lua: fix invalid LDoc tag
Marc André Tanner
1
-1
/
+1
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
2
-8
/
+15
2017-03-01
vis-lua: document cursor behavior
Marc André Tanner
1
-0
/
+50
2017-02-28
view: fix display when inserting text at start of file
Marc André Tanner
1
-2
/
+9
2017-02-28
vis: improve cursor positioning after shift operators
Marc André Tanner
1
-11
/
+17
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-28
vis-lua: correctly treat return value of input event handler
Marc André Tanner
1
-1
/
+1
2017-02-28
vis-lua: fix wrong return value when setting vis.count
Marc André Tanner
1
-1
/
+1
2017-02-28
Merge branch 'master' of https://github.com/arames/vis
Marc André Tanner
1
-0
/
+5
2017-02-27
vis-lua: make vis:win assignable
Alexandre Rames
1
-0
/
+5
2017-02-27
Honor user's umask when saving files
Michael Forney
1
-2
/
+2
[next]