Oops, sorry: If you see "Unable to find latest release zip file", then you will need to manually update to v1.3.23 or higher.
Recent highlights: The v1.3.13 release added features that make the i.lua script possible. Argmatchers can now be written to do match completion in directories other than the current directory. Argmatchers can also be written to take a whole command line as an argument: for example the built-in cmd
argmatcher (cmd some_command
).
v1.3.24
- Standardized the order in which
completions
directories are searched. - Fixed the second return value from
clink.popuplist()
, which was backwards by mistake.