index
:
vis
FreeBSD-single
lua_changes
master
old
a neat vi-like editor
Mitchell Riedstra
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vis-lua.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-05
vis-lua: add preliminary version of LDoc based Lua API documentation
Marc André Tanner
1
-3
/
+364
2016-11-28
vis-lua: add file.path property denoting the absolute path to the file
Marc André Tanner
1
-0
/
+5
2016-11-27
vis-lua: lua_pushtring already takes care of NULL string
Marc André Tanner
1
-16
/
+4
2016-11-22
vis-lua: introduce pre-save hook
Marc André Tanner
1
-0
/
+18
2016-11-22
vis-lua: pass path as second argument to file_save_post event hook
Marc André Tanner
1
-3
/
+7
2016-11-21
vis-lua: rename file_save event to file_save_post
Marc André Tanner
1
-3
/
+3
2016-11-14
vis-lua: add vis.ui.colors denoting the number of available colors
Marc André Tanner
1
-0
/
+26
2016-11-10
vis: fix compilation with Lua support disabled
Marc André Tanner
1
-1
/
+1
2016-11-10
vis: change default status bar indication for Windows style line endings
Marc André Tanner
1
-2
/
+2
2016-11-10
vis-lua: change misnamed attribute values of `file.newlines`
Marc André Tanner
1
-5
/
+5
2016-11-05
vis: display Lua package.cpath in :help output
Marc André Tanner
1
-4
/
+10
2016-10-05
Fix various issues reported by coverity scan
Marc André Tanner
1
-1
/
+1
2016-09-19
vis-lua: expose file save event to lua
Marc André Tanner
1
-1
/
+7
2016-09-19
vis-lua: expose file open event to lua
Marc André Tanner
1
-0
/
+7
2016-08-24
vis-lua: add win:draw() function
Marc André Tanner
1
-0
/
+8
2016-05-26
vis: use normalized absolute file names as internal representation
Marc André Tanner
1
-2
/
+2
2016-05-24
vis-lua: cleanup Lua status bar display code
Marc André Tanner
1
-1
/
+10
2016-05-24
vis: cleanup C status bar display code
Marc André Tanner
1
-18
/
+69
2016-05-24
vis-lua: improve error handling when loading visrc.lua
Marc André Tanner
1
-3
/
+25
2016-05-24
vis-lua: add debug infrastructure to trace object lifetime
Marc André Tanner
1
-16
/
+108
2016-05-22
vis: only display mode in status bar of active window
Marc André Tanner
1
-2
/
+3
2016-05-22
vis-lua: introduce light references for short lived objects
Marc André Tanner
1
-7
/
+20
2016-05-22
vis-lua: fall back to C status bar handling if the Lua implementation is not ...
Marc André Tanner
1
-17
/
+20
2016-05-22
vis-lua: do not report errors recursively
Marc André Tanner
1
-0
/
+4
2016-05-22
vis: refactor status line handling
Marc André Tanner
1
-0
/
+52
2016-05-22
vis-lua: add win:status function
Marc André Tanner
1
-0
/
+10
2016-05-22
vis-lua: add vis.recording property
Marc André Tanner
1
-0
/
+4
2016-05-22
vis-lua: add window.{width, height} read only properties
Marc André Tanner
1
-0
/
+10
2016-05-22
vis-lua: add vis.VERSION property
Marc André Tanner
1
-0
/
+3
2016-05-22
vis: consider :set horizon setting when syntax highlighting
Marc André Tanner
1
-3
/
+4
2016-05-22
vis: move syntax highlighting to pure Lua code
Marc André Tanner
1
-2
/
+32
2016-05-22
vis-lua: add window.viewport range
Marc André Tanner
1
-0
/
+7
2016-05-22
vis-lua: add bindings for new view style functions
Marc André Tanner
1
-0
/
+44
2016-05-22
vis-lua: cleanup vis.MODE_* constants handling
Marc André Tanner
1
-30
/
+19
2016-05-18
vis-lua: fail more silently when visrc.lua can not be loaded
Marc André Tanner
1
-1
/
+2
2016-05-14
vis-lua: add win:map function for window local key mappings
Marc André Tanner
1
-8
/
+27
2016-05-13
vis: clean up key mapping implementation
Marc André Tanner
1
-15
/
+1
2016-05-13
vis-lua: add more restrictive checks for position arguments
Marc André Tanner
1
-11
/
+17
2016-05-04
vis-lua: add new theme_change event hook
Marc André Tanner
1
-17
/
+9
2016-05-04
vis-lua: simplify event callback code
Marc André Tanner
1
-20
/
+16
2016-05-04
Fixed bug, use $XDG_CONFIG_HOME correctly
Adrian Room
1
-1
/
+2
2016-05-01
vis-lua: let vis:map override existing mappings
Marc André Tanner
1
-0
/
+14
2016-05-01
vis-lua: expose vis:feedkeys API
Marc André Tanner
1
-0
/
+10
2016-04-27
vis-lua: fix vis.win to always return currently focused window
Marc André Tanner
1
-1
/
+1
2016-04-26
vis-lua: add file.modified property
Marc André Tanner
1
-0
/
+5
2016-04-23
vis: display lua search paths in :help output
Marc André Tanner
1
-1
/
+12
2016-04-21
vis-lua: allow selection modification by assigning to cursor.selection
Marc André Tanner
1
-0
/
+9
2016-04-21
vis-lua: implement vis:message(msg)
Marc André Tanner
1
-6
/
+16
2016-04-21
vis-lua: also accept a range as argument for file:delete and file:content
Marc André Tanner
1
-7
/
+23
2016-04-21
vis-lua: add vis:command_register to map a Lua function to a :-command
Marc André Tanner
1
-0
/
+35
[next]