Customized fork of github.com/rxi/lite
commits
Author
Commit
Message
Date
Enable LUA_USE_POSIX, fix tmpnam warning on macOS.
On macOS, we want to use `mkstemp` rather than `tmpnam`. Enable
POSIX support in Lua to fix that (and some other things). Since
POSIX support also enables the flag for POPEN, we no longer need
to do that directly for Linux.
Filenames that match either the single pattern provided by
`config.ignore_files`, or any pattern in a table of patterns, will be ignored
when lite is filling the `core.project_files` table
Resolves #77
Resolves #102
Fixed various issues in exec:replace
This, along with the earlier rencache changes should resolve #64
`autocomplete.add()` can now be used to add additional auto complete suggestions
with descriptions