aboutsummaryrefslogtreecommitdiff
path: root/vis-lua.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-28vis-lua: add file.path property denoting the absolute path to the fileMarc André Tanner1-0/+5
2016-11-27vis-lua: lua_pushtring already takes care of NULL stringMarc André Tanner1-16/+4
2016-11-22vis-lua: introduce pre-save hookMarc André Tanner1-0/+18
2016-11-22vis-lua: pass path as second argument to file_save_post event hookMarc André Tanner1-3/+7
2016-11-21vis-lua: rename file_save event to file_save_postMarc André Tanner1-3/+3
2016-11-14vis-lua: add vis.ui.colors denoting the number of available colorsMarc André Tanner1-0/+26
2016-11-10vis: fix compilation with Lua support disabledMarc André Tanner1-1/+1
2016-11-10vis: change default status bar indication for Windows style line endingsMarc André Tanner1-2/+2
2016-11-10vis-lua: change misnamed attribute values of `file.newlines`Marc André Tanner1-5/+5
2016-11-05vis: display Lua package.cpath in :help outputMarc André Tanner1-4/+10
2016-10-05Fix various issues reported by coverity scanMarc André Tanner1-1/+1
2016-09-19vis-lua: expose file save event to luaMarc André Tanner1-1/+7
2016-09-19vis-lua: expose file open event to luaMarc André Tanner1-0/+7
2016-08-24vis-lua: add win:draw() functionMarc André Tanner1-0/+8
2016-05-26vis: use normalized absolute file names as internal representationMarc André Tanner1-2/+2
2016-05-24vis-lua: cleanup Lua status bar display codeMarc André Tanner1-1/+10
2016-05-24vis: cleanup C status bar display codeMarc André Tanner1-18/+69
2016-05-24vis-lua: improve error handling when loading visrc.luaMarc André Tanner1-3/+25
2016-05-24vis-lua: add debug infrastructure to trace object lifetimeMarc André Tanner1-16/+108
2016-05-22vis: only display mode in status bar of active windowMarc André Tanner1-2/+3
2016-05-22vis-lua: introduce light references for short lived objectsMarc André Tanner1-7/+20
2016-05-22vis-lua: fall back to C status bar handling if the Lua implementation is not ...Marc André Tanner1-17/+20
2016-05-22vis-lua: do not report errors recursivelyMarc André Tanner1-0/+4
2016-05-22vis: refactor status line handlingMarc André Tanner1-0/+52
2016-05-22vis-lua: add win:status functionMarc André Tanner1-0/+10
2016-05-22vis-lua: add vis.recording propertyMarc André Tanner1-0/+4
2016-05-22vis-lua: add window.{width, height} read only propertiesMarc André Tanner1-0/+10
2016-05-22vis-lua: add vis.VERSION propertyMarc André Tanner1-0/+3
2016-05-22vis: consider :set horizon setting when syntax highlightingMarc André Tanner1-3/+4
2016-05-22vis: move syntax highlighting to pure Lua codeMarc André Tanner1-2/+32
2016-05-22vis-lua: add window.viewport rangeMarc André Tanner1-0/+7
2016-05-22vis-lua: add bindings for new view style functionsMarc André Tanner1-0/+44
2016-05-22vis-lua: cleanup vis.MODE_* constants handlingMarc André Tanner1-30/+19
2016-05-18vis-lua: fail more silently when visrc.lua can not be loadedMarc André Tanner1-1/+2
2016-05-14vis-lua: add win:map function for window local key mappingsMarc André Tanner1-8/+27
2016-05-13vis: clean up key mapping implementationMarc André Tanner1-15/+1
2016-05-13vis-lua: add more restrictive checks for position argumentsMarc André Tanner1-11/+17
2016-05-04vis-lua: add new theme_change event hookMarc André Tanner1-17/+9
2016-05-04vis-lua: simplify event callback codeMarc André Tanner1-20/+16
2016-05-04Fixed bug, use $XDG_CONFIG_HOME correctlyAdrian Room1-1/+2
2016-05-01vis-lua: let vis:map override existing mappingsMarc André Tanner1-0/+14
2016-05-01vis-lua: expose vis:feedkeys APIMarc André Tanner1-0/+10
2016-04-27vis-lua: fix vis.win to always return currently focused windowMarc André Tanner1-1/+1
2016-04-26vis-lua: add file.modified propertyMarc André Tanner1-0/+5
2016-04-23vis: display lua search paths in :help outputMarc André Tanner1-1/+12
2016-04-21vis-lua: allow selection modification by assigning to cursor.selectionMarc André Tanner1-0/+9
2016-04-21vis-lua: implement vis:message(msg)Marc André Tanner1-6/+16
2016-04-21vis-lua: also accept a range as argument for file:delete and file:contentMarc André Tanner1-7/+23
2016-04-21vis-lua: add vis:command_register to map a Lua function to a :-commandMarc André Tanner1-0/+35
2016-04-21vis-lua: add utility function to push a Filerange onto the Lua stackMarc André Tanner1-11/+15