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
path:
root
/
vis-lua.c
Age
Commit message (
Expand
)
Author
2016-03-21
vis: also lookup Lua support files relative to the binary location
Marc André Tanner
2016-03-12
vis-lua: allow to set window.syntax = nil
Marc André Tanner
2016-02-18
vis-lua: add file:content(pos, len) function
Marc André Tanner
2016-02-18
vis-lua: expose vis:textobject_register
Marc André Tanner
2016-02-18
vis-lua: expose vis:textobject(id)
Marc André Tanner
2016-02-18
vis-lua: add vis:motion_register function
Marc André Tanner
2016-02-18
vis-lua: expose vis_motion to lua
Marc André Tanner
2016-02-18
vis-lua: expose mode constants to lua
Marc André Tanner
2016-02-18
vis-lua: expose win.syntax
Marc André Tanner
2016-02-18
vis-lua: expose cursor:to(line, col)
Marc André Tanner
2016-02-18
vis-lua: promote vis to a real object
Marc André Tanner
2016-02-18
vis: add possibility to bind keys to lua functions
Marc André Tanner
2016-01-30
Improve Lua error reporting
Marc André Tanner
2015-12-31
vis-lua: implement vis.events.{start,quit} events
Marc André Tanner
2015-12-31
vis-lua: implement window.cursor.{line, col, pos}
Marc André Tanner
2015-12-31
vis-lua: implement vis.lines[..] array
Marc André Tanner
2015-12-31
vis-lua: implement vis.open(filename)
Marc André Tanner
2015-12-31
vis-lua: rename a few functions
Marc André Tanner
2015-12-31
vis-lua: remove unnecessary casts
Marc André Tanner
2015-12-29
vis: fix default lua package.path and support $XDG_CONFIG_HOME
Marc André Tanner
2015-12-26
vis: change Lua package.path to also include vis base directory
Marc André Tanner
2015-12-26
vis: refactor Lua integration
Marc André Tanner