1
0
Fork 0

Bump version requirement to 4.3.17

syntax-highlighting was bumped to latest version

[ticket: X]
pull/666/head
Chauncey Garrett 10 years ago
parent 3d9e6da720
commit 5975515b84

@ -9,7 +9,7 @@ Installation
------------ ------------
Prezto will work with any recent release of Zsh, but the minimum recommended Prezto will work with any recent release of Zsh, but the minimum recommended
version is 4.3.11. version is 4.3.17.
1. Launch Zsh: 1. Launch Zsh:

@ -10,7 +10,7 @@
# #
# Check for the minimum supported version. # Check for the minimum supported version.
min_zsh_version='4.3.11' min_zsh_version='4.3.17'
if ! autoload -Uz is-at-least || ! is-at-least "$min_zsh_version"; then if ! autoload -Uz is-at-least || ! is-at-least "$min_zsh_version"; then
print "prezto: old shell detected, minimum required: $min_zsh_version" >&2 print "prezto: old shell detected, minimum required: $min_zsh_version" >&2
return 1 return 1

Loading…
Cancel
Save