Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Having trouble with a weird `is-at-least` function issue



On Mar 5,  2:35pm, Joost Bremmer wrote:
}
} Syntax-highlighting tries to autoload the `is-at-least` function but then
} when CALLING said function it gives the following error: "is-at-least:
} function not defined by file".
} Manually following the same steps gives the same results.

Make sure the KSH_AUTOLOAD option is turned off, or that you have used
"autoload -z is-at-least"



Messages sorted by: Reverse Date, Date, Thread, Author