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
2017-04-20
vis: start cleaning up register related code
Marc André Tanner
2017-04-09
vis: remove handling of \r\n line endings
Marc André Tanner
2017-03-25
Merge branch 'master' of https://github.com/joshaw/vis
Marc André Tanner
2017-03-24
vis: properly redraw status bar of windows displaying internal files
Marc André Tanner
2017-03-24
vis-lua: register a panic handler
Marc André Tanner
2017-03-24
vis-lua: use better name for error handling function
Marc André Tanner
2017-03-24
vis-lua: adjust return value validation of called lua functions
Marc André Tanner
2017-03-24
vis-lua: validate lua state on vis API entry points
Marc André Tanner
2017-03-22
vis-lua: add usage documentation to command_register
Josh Wainwright
2017-03-19
vis-lua: allow operators to be defined as lua functions
Marc André Tanner
2017-03-19
Move :set horizon option implementaiton to lua
Marc André Tanner
2017-03-19
Move :set theme option implementation to lua
Marc André Tanner
2017-03-19
Move :set syntax option implementation to lua
Marc André Tanner
2017-03-19
vis-lua: make vis.win return nil if no window exists yet
Marc André Tanner
2017-03-19
vis-lua: expose option_unregister function
Marc André Tanner
2017-03-19
vis-lua: expose option_register function
Marc André Tanner
2017-03-14
Restructure display code
Marc André Tanner
2017-03-07
vis-lua: remove vis:open method
Marc André Tanner
2017-03-05
vis-lua: expose vis:pipe function
Marc André Tanner
2017-03-03
vis-lua: add vis:exit function
Marc André Tanner
2017-03-02
vis-lua: fix bogus URL in LDoc comment
Marc André Tanner
2017-03-01
vis-lua: fix invalid LDoc tag
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
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-27
vis-lua: make vis:win assignable
Alexandre Rames
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
vis-lua: expose type meta tables through vis.types
Marc André Tanner
2017-02-22
lua: expose vis:module_exist method, load lexer and lpeg module during startup
Marc André Tanner
2017-02-22
vis-lua: check for nil return value of text object callback
Marc André Tanner
2017-02-02
update comment and readme about lua path
Christian Hesse
2017-02-02
add /etc/vis to lua path for system-wide configuration by administrator
Christian Hesse
2017-01-27
vis-lua: introduce vis:replace function
Marc André Tanner
2017-01-27
vis-lua: introduce vis:insert function
Marc André Tanner
2017-01-15
vis-lua: pass pending keys to lua key handling functions
Marc André Tanner
2017-01-14
vis-lua: allow mode changes by setting vis.mode
Marc André Tanner
2017-01-10
vis-lua: expose register names as vis:register_names()
Marc André Tanner
2017-01-10
vis-lua: expose valid marks as vis:mark_names()
Marc André Tanner
2016-12-31
vis: allow user registered :-commands to specify a help text
Marc André Tanner
2016-12-29
vis-lua: allow vis:map to set up key aliases and actions
Marc André Tanner
2016-12-29
vis-lua: introduce vis:action_register
Marc André Tanner
2016-12-29
vis: cleanup key action lifetime management
Marc André Tanner
2016-12-29
vis-lua: simplify lua function reference handling
Marc André Tanner
2016-12-29
vis-lua: luaL_checkstring already checks for NULL return value
Marc André Tanner
2016-12-27
vis: properly free dynamic key bindings
Marc André Tanner
2016-12-22
vis-lua: store Vis context in upvalues where needed
Marc André Tanner
[next]