mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-15 13:34:18 +01:00
34344: fix 34338, pcre builtins need loading too
This commit is contained in:
parent
cc52a51eae
commit
99f42d8ce0
@ -1,5 +1,7 @@
|
||||
2015-01-22 Barton E. Schaefer <schaefer@zsh.org>
|
||||
|
||||
* 34344: Test/V07pcre.ztst: fix 34338, builtins need loading too
|
||||
|
||||
* 34338: Test/V07pcre.ztst: check feature availability
|
||||
|
||||
2015-01-22 Marc Finet <m.dreadlock@gmail.com>
|
||||
|
@ -5,6 +5,8 @@
|
||||
ZTST_unimplemented="the zsh/pcre module is not available"
|
||||
return 0
|
||||
fi
|
||||
# Load the rest of the builtins
|
||||
zmodload zsh/pcre
|
||||
setopt rematch_pcre
|
||||
# Find a UTF-8 locale.
|
||||
setopt multibyte
|
||||
|
Loading…
Reference in New Issue
Block a user