index
:
vis.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-03-03
travis: try to run busted based test on macOS
Marc André Tanner
2017-03-03
vis-lua: add vis:exit function
Marc André Tanner
2017-03-02
lua: fix luacheck warnings in plugins
Marc André Tanner
2017-03-02
vis-lua: fix bogus URL in LDoc comment
Marc André Tanner
2017-03-02
vis: remove :bdelete command
Marc André Tanner
2017-03-02
lua: use goto label to mimic continue statement
Marc André Tanner
2017-03-02
lua: let number increment/decrement handle next number
Marc André Tanner
2017-03-01
vis-lua: fix invalid LDoc tag
Marc André Tanner
2017-03-01
lua: return nil for invalid text objects
Marc André Tanner
2017-03-01
vis-lua: make cursor.pos return nil if cursor position is invalid
Marc André Tanner
2017-03-01
vis-lua: document cursor behavior
Marc André Tanner
2017-02-28
view: fix display when inserting text at start of file
Marc André Tanner
2017-02-28
vis: improve cursor positioning after shift operators
Marc André Tanner
2017-02-28
lua: reimplement number increment <C-a> and decrement <C-x>
Marc André Tanner
2017-02-28
lua: move digraph handling to separate 'plugin'
Marc André Tanner
2017-02-28
vis-lua: correctly treat return value of input event handler
Marc André Tanner
2017-02-28
vis-lua: fix wrong return value when setting vis.count
Marc André Tanner
2017-02-28
Merge branch 'master' of https://github.com/arames/vis
Marc André Tanner
2017-02-27
vis-lua: make vis:win assignable
Alexandre Rames
2017-02-27
Honor user's umask when saving files
Michael Forney
2017-02-27
Remove unnecessary umask change in text_save_begin_inplace
Michael Forney
2017-02-27
Fix a couple typos
Michael Forney
2017-02-27
vis: allow useage of file dialog for :read command
Marc André Tanner
2017-02-27
view: reposition cursor after restoring selection
Marc André Tanner
2017-02-25
test: update
Marc André Tanner
2017-02-25
lexers: sync with scintillua changeset 594 rev 6e29a8d2a783
Marc André Tanner
2017-02-25
build: try to enable compiler flags to minimize binary size
Marc André Tanner
2017-02-25
vis: tweak handling of end inclusiveness
Marc André Tanner
2017-02-25
vis: mark 0, ^, g_ and $ as idempotent
Marc André Tanner
2017-02-25
vis: fix $ motion for lines containing \r
Marc André Tanner
2017-02-25
text: add iterator accessor function which translates \r\n to \n
Marc André Tanner
2017-02-25
vis: make ^ and g_ only skip blank (spaces+tabs) characters
Marc André Tanner
2017-02-25
vis: add vis- prefix to pseudo editor keys
Marc André Tanner
2017-02-24
vis: remove unused struct member
Marc André Tanner
2017-02-24
vis: make help texts optional to produce a smaller binary
Marc André Tanner
2017-02-24
vis: fix ^ motion for blank lines terminated by \r\n
Marc André Tanner
2017-02-24
vis: fix display after newline insertion at the start of viewport
Marc André Tanner
2017-02-23
vis: improve handling of \r\n line endings
Marc André Tanner
2017-02-23
view: make sure viewport remains valid when scrolling up
Marc André Tanner
2017-02-23
vis: unify error path of command registration functions
Marc André Tanner
2017-02-23
test: update
Marc André Tanner
2017-02-23
build: skip configure check for built-in lpeg if lua is not found
Marc André Tanner
2017-02-23
vis: remove `gf` and `<C-w>gf` functionality
Marc André Tanner
2017-02-23
text-object: remove text_object_number
Marc André Tanner
2017-02-23
vis: remove number increment/decrement functionality
Marc André Tanner
2017-02-23
vis-lua: use shorter type names
Marc André Tanner
2017-02-23
vis-lua: cleanup type checks by using #define's
Marc André Tanner
2017-02-23
vis-lua: make vis:count assignable
Marc André Tanner
2017-02-22
vis-lua: expose current count specifier as vis:count
Marc André Tanner
2017-02-22
lua: add file:match_at method to match LPeg pattern around a position
Marc André Tanner
[next]