Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
REMATCH_PCRE with zsh built without pcre support
- X-seq: zsh-users 22647
- From: Eric Cook <llua@xxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: REMATCH_PCRE with zsh built without pcre support
- Date: Sat, 1 Apr 2017 15:09:01 -0400
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Should setting this option be allowed when zsh was built without pcre support?
A user with this option enabled noticed this when using an completer that uses =~ but
his operating system built zsh without pcre support.
One could currently test if $^module_path/zsh/pcre.so(N) exist before trying to
enable it, but i don't see the use of the option if zsh can't actually use pcre.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author