Przeglądaj źródła

Escape the prefix passed into the match_prev_cmd strategy

pull/180/head
Eric Freese 7 lat temu
rodzic
commit
50e6832b8c
2 zmienionych plików z 2 dodań i 2 usunięć
  1. +1
    -1
      src/strategies/match_prev_cmd.zsh
  2. +1
    -1
      zsh-autosuggestions.zsh

+ 1
- 1
src/strategies/match_prev_cmd.zsh Wyświetl plik

@ -21,7 +21,7 @@
# `HIST_EXPIRE_DUPS_FIRST`.
_zsh_autosuggest_strategy_match_prev_cmd() {
local prefix="$1"
local prefix="${1//(#m)[\\()\[\]|*?~]/\\$MATCH}"
# Get all history event numbers that correspond to history
# entries that match pattern $prefix*

+ 1
- 1
zsh-autosuggestions.zsh Wyświetl plik

@ -453,7 +453,7 @@ _zsh_autosuggest_strategy_default() {
# `HIST_EXPIRE_DUPS_FIRST`.
_zsh_autosuggest_strategy_match_prev_cmd() {
local prefix="$1"
local prefix="${1//(#m)[\\()\[\]|*?~]/\\$MATCH}"
# Get all history event numbers that correspond to history
# entries that match pattern $prefix*

Ładowanie…
Anuluj
Zapisz