mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-04-17 11:35:31 +08:00
Merge 21ca3b5b91
into c3d4e576c9
This commit is contained in:
commit
bf0b6aec44
@ -3,10 +3,10 @@
|
||||
set -ex
|
||||
|
||||
for v in $(grep "^[^#]" ZSH_VERSIONS); do
|
||||
mkdir zsh-$v
|
||||
cd zsh-$v
|
||||
mkdir "zsh-$v"
|
||||
cd "zsh-$v"
|
||||
|
||||
curl -L https://api.github.com/repos/zsh-users/zsh/tarball/zsh-$v | tar xz --strip=1
|
||||
curl -L "https://api.github.com/repos/zsh-users/zsh/tarball/zsh-$v" | tar xz --strip=1
|
||||
|
||||
./Util/preconfig
|
||||
./configure --enable-pcre \
|
||||
@ -22,5 +22,5 @@ for v in $(grep "^[^#]" ZSH_VERSIONS); do
|
||||
|
||||
cd ..
|
||||
|
||||
rm -rf zsh-$v
|
||||
rm -rf "zsh-$v"
|
||||
done
|
||||
|
@ -63,7 +63,7 @@ _zsh_autosuggest_bind_widget() {
|
||||
_zsh_autosuggest_bind_widgets() {
|
||||
emulate -L zsh
|
||||
|
||||
local widget
|
||||
local widget
|
||||
local ignore_widgets
|
||||
|
||||
ignore_widgets=(
|
||||
|
@ -193,7 +193,7 @@ _zsh_autosuggest_bind_widget() {
|
||||
_zsh_autosuggest_bind_widgets() {
|
||||
emulate -L zsh
|
||||
|
||||
local widget
|
||||
local widget
|
||||
local ignore_widgets
|
||||
|
||||
ignore_widgets=(
|
||||
|
Loading…
Reference in New Issue
Block a user