aboutsummaryrefslogtreecommitdiff
path: root/core/handlers.lua
AgeCommit message (Collapse)Author
2007-08-09Improved completion of buffer functions and properties; core/handlers.luamitchell
Each buffer function or property is matched to prefix before being added to the completion list.
2007-08-09Added new LuaDoc, updated existing LuaDoc to be more consistent.mitchell
2007-08-06Changed docstatusbar_text and improved command completion; core/handlers.luamitchell
docstatusbar_text now uses 4 spaces instead of pipes for separation. Command completion entries are sorted and the ':' character is allowed. If the path is 'buffer', show the available functions or properties depending on if 'buffer' is followed by a '.' or ':' in addition to its table fields.
2007-08-06Initial import of core Lua files.mitchell