aboutsummaryrefslogtreecommitdiff
path: root/init.lua
AgeCommit message (Collapse)Author
2007-10-07Moved key command manager to core.mitchell
2007-09-24Updated documentation.mitchell
2007-08-06Fixed bug with opening files via command line arguments; init.luamitchell
When the path to the Textadept executable is not specified, base_dir is nil. Attempting to concat it with a filename throws an error, so base_dir defaults to the empty string.
2007-08-06Initial import of Textadept Lua init script.mitchell