mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2024-11-21 19:03:11 +00:00
hsmw: Trigger syntax-highlighting after selecting
This commit is contained in:
parent
ee864ea9a5
commit
9460dff3d2
1 changed files with 2 additions and 0 deletions
|
@ -470,6 +470,8 @@ if [[ "$__hsmw_hcw_call_count" -eq "1" ]]; then
|
|||
# Full reinitialisation at next call
|
||||
__hsmw_hcw_call_count="0"
|
||||
|
||||
zle reset-prompt
|
||||
|
||||
# Free memory
|
||||
#__hsmw_hcw_found=( )
|
||||
elif (( __hsmw_hcw_call_count > 0 )); then
|
||||
|
|
Loading…
Reference in a new issue