Skip to content

Commit

Permalink
complete: fix a problem that candidates are not updated after menu-fi…
Browse files Browse the repository at this point in the history
…lter
  • Loading branch information
akinomyoga committed May 18, 2021
1 parent 7fa584c commit 1c7786e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/core-complete.sh
Expand Up @@ -3230,9 +3230,6 @@ function ble/complete/menu-filter/.filter-candidates {
done
((${#cand_pack[@]}!=0)) && return 0
done

# 最初に生成した全ての候補 (遡って書き換える候補等)
cand_pack=("${_ble_complete_menu0_pack[@]}")
}
function ble/complete/menu-filter/.get-filter-target {
if [[ $_ble_decode_keymap == emacs || $_ble_decode_keymap == vi_[ic]map ]]; then
Expand Down

0 comments on commit 1c7786e

Please sign in to comment.