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-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
2016-12-22
text: change datatype of Mark to uintptr_t
Marc André Tanner
2016-12-19
vis-lua: implement vis.registers[] array
Marc André Tanner
2016-12-19
vis-lua: simplify obj_ref_new error handling
Marc André Tanner
2016-12-19
vis-lua: simplify object reference checking
Marc André Tanner
2016-12-19
vis-lua: implement file.marks[] array
Marc André Tanner
2016-12-19
vis-lua: implement file:mark_{get,set}
Marc André Tanner
2016-12-13
build: add configure options for built-in lpeg support
Marc André Tanner
2016-12-12
Allow building lpeg into vis
Michael Forney
2016-12-09
vis-lua: add generic way to expose C text objects to Lua
Marc André Tanner
2016-12-09
vis-lua: add comment about possibly outdated Lua API documentation
Marc André Tanner
2016-12-09
vis-lua: expose input key event in insert and replace modes
Marc André Tanner
2016-12-08
vis-lua: only fail file_save_pre event if explicitly returned false
Marc André Tanner
2016-12-08
vis-lua: move mode constants from vis.MODE_* to vis.modes.*
Marc André Tanner
2016-12-08
vis-lua: add optional help parameter to mapping functions
Marc André Tanner
2016-12-08
vis-lua: expose init event and use it to set default theme
Marc André Tanner
2016-12-08
lua: add simple event multiplexing mechanism
Marc André Tanner
2016-12-07
Move all lua related files to lua/ subfolder
Marc André Tanner
2016-12-06
vis-lua: more extensive Lua API documentation
Marc André Tanner
2016-12-05
vis-lua: add preliminary version of LDoc based Lua API documentation
Marc André Tanner
2016-11-28
vis-lua: add file.path property denoting the absolute path to the file
Marc André Tanner
2016-11-27
vis-lua: lua_pushtring already takes care of NULL string
Marc André Tanner
2016-11-22
vis-lua: introduce pre-save hook
Marc André Tanner
2016-11-22
vis-lua: pass path as second argument to file_save_post event hook
Marc André Tanner
2016-11-21
vis-lua: rename file_save event to file_save_post
Marc André Tanner
2016-11-14
vis-lua: add vis.ui.colors denoting the number of available colors
Marc André Tanner
2016-11-10
vis: fix compilation with Lua support disabled
Marc André Tanner
2016-11-10
vis: change default status bar indication for Windows style line endings
Marc André Tanner
2016-11-10
vis-lua: change misnamed attribute values of `file.newlines`
Marc André Tanner
2016-11-05
vis: display Lua package.cpath in :help output
Marc André Tanner
2016-10-05
Fix various issues reported by coverity scan
Marc André Tanner
2016-09-19
vis-lua: expose file save event to lua
Marc André Tanner
2016-09-19
vis-lua: expose file open event to lua
Marc André Tanner
2016-08-24
vis-lua: add win:draw() function
Marc André Tanner
2016-05-26
vis: use normalized absolute file names as internal representation
Marc André Tanner
2016-05-24
vis-lua: cleanup Lua status bar display code
Marc André Tanner
2016-05-24
vis: cleanup C status bar display code
Marc André Tanner
2016-05-24
vis-lua: improve error handling when loading visrc.lua
Marc André Tanner
2016-05-24
vis-lua: add debug infrastructure to trace object lifetime
Marc André Tanner
2016-05-22
vis: only display mode in status bar of active window
Marc André Tanner
2016-05-22
vis-lua: introduce light references for short lived objects
Marc André Tanner
[next]