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-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
2017-02-27
Remove unnecessary umask change in text_save_begin_inplace
Michael Forney
1
-2
/
+0
2017-02-27
Fix a couple typos
Michael Forney
1
-1
/
+1
2017-02-27
vis: allow useage of file dialog for :read command
Marc André Tanner
2
-13
/
+18
2017-02-27
view: reposition cursor after restoring selection
Marc André Tanner
1
-0
/
+1
2017-02-25
test: update
Marc André Tanner
1
-11
/
+5
2017-02-25
lexers: sync with scintillua changeset 594 rev 6e29a8d2a783
Marc André Tanner
26
-60
/
+71
2017-02-25
build: try to enable compiler flags to minimize binary size
Marc André Tanner
1
-3
/
+3
2017-02-25
vis: tweak handling of end inclusiveness
Marc André Tanner
1
-2
/
+3
2017-02-25
vis: mark 0, ^, g_ and $ as idempotent
Marc André Tanner
1
-1
/
+4
2017-02-25
vis: fix $ motion for lines containing \r
Marc André Tanner
1
-2
/
+2
2017-02-25
text: add iterator accessor function which translates \r\n to \n
Marc André Tanner
2
-0
/
+14
2017-02-25
vis: make ^ and g_ only skip blank (spaces+tabs) characters
Marc André Tanner
1
-2
/
+3
2017-02-25
vis: add vis- prefix to pseudo editor keys
Marc André Tanner
2
-166
/
+166
2017-02-24
vis: remove unused struct member
Marc André Tanner
2
-5
/
+3
2017-02-24
vis: make help texts optional to produce a smaller binary
Marc André Tanner
9
-275
/
+311
2017-02-24
vis: fix ^ motion for blank lines terminated by \r\n
Marc André Tanner
1
-1
/
+1
2017-02-24
vis: fix display after newline insertion at the start of viewport
Marc André Tanner
1
-2
/
+8
2017-02-23
vis: improve handling of \r\n line endings
Marc André Tanner
1
-6
/
+21
2017-02-23
view: make sure viewport remains valid when scrolling up
Marc André Tanner
1
-1
/
+1
[next]