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-05-04
vis-lua: add new theme_change event hook
Marc André Tanner
2016-05-04
vis-lua: simplify event callback code
Marc André Tanner
2016-05-04
Fixed bug, use $XDG_CONFIG_HOME correctly
Adrian Room
2016-05-01
vis-lua: let vis:map override existing mappings
Marc André Tanner
2016-05-01
vis-lua: expose vis:feedkeys API
Marc André Tanner
2016-04-27
vis-lua: fix vis.win to always return currently focused window
Marc André Tanner
2016-04-26
vis-lua: add file.modified property
Marc André Tanner
2016-04-23
vis: display lua search paths in :help output
Marc André Tanner
2016-04-21
vis-lua: allow selection modification by assigning to cursor.selection
Marc André Tanner
2016-04-21
vis-lua: implement vis:message(msg)
Marc André Tanner
2016-04-21
vis-lua: also accept a range as argument for file:delete and file:content
Marc André Tanner
2016-04-21
vis-lua: add vis:command_register to map a Lua function to a :-command
Marc André Tanner
2016-04-21
vis-lua: add utility function to push a Filerange onto the Lua stack
Marc André Tanner
2016-04-20
vis-lua: load files from directory specified with ./configure --sharedir=DIR
Marc André Tanner
2016-04-20
vis-lua: trigger start event after ui has been initialized
Marc André Tanner
2016-04-18
vis-lua: strip relative paths from package.{path,cpath}
Marc André Tanner
2016-04-18
vis-lua: cleanup lua package.path handling
Marc André Tanner
2016-04-16
vis-lua: add vis.mode property
Marc André Tanner
2016-04-16
vis-lua: add cursor.selection property
Marc André Tanner
2016-04-16
vis-lua: add window.cursors[] array
Marc André Tanner
2016-04-16
vis-lua: add window.cursors_iterator function
Marc André Tanner
2016-04-16
vis-lua: add cursor.number property
Marc André Tanner
2016-04-15
vis-lua: change cursor object implementation
Marc André Tanner
2016-04-15
vis-lua: add file.size to return file size in bytes
Marc André Tanner
2016-04-15
vis-lua: add file.newlines to detect type of new lines
Marc André Tanner
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