Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Having trouble with a weird `is-at-least` function issue
- X-seq: zsh-users 23215
- From: Joost Bremmer <joost@madeofmagicandwires.online>
- To: zsh-users@xxxxxxx
- Subject: Having trouble with a weird `is-at-least` function issue
- Date: Mon, 5 Mar 2018 14:35:21 +0100
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- Reply-to: joost@madeofmagicandwires.online
Hey everyone,
I've come up against a weird issue and I hope you can help me figure it
out. It first presented itself with the zsh-syntax-highlighting plugin, so
that's the example I'll use.
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.
Now it's got me a bit stumped. The is-at-least source file exists on my
system, the `functions/Misc` folder is properly added to $fpath, and other
functions located in that folder work perfectly fine, and I can't think of
anything else that might be affecting it.
I've of course looked around online for the issue, but haven't found
anything similar. I can therefore only assume it isn't a general bug with
syntax-highlighting or zsh itself and there's something off about my setup,
I just don't know WHAT.
If anyone can point me in the right direction I'd be very grateful.
Sincerely,
Joost Bremmer
Messages sorted by:
Reverse Date,
Date,
Thread,
Author