mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2025-02-16 11:08:23 +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
|
# Full reinitialisation at next call
|
||||||
__hsmw_hcw_call_count="0"
|
__hsmw_hcw_call_count="0"
|
||||||
|
|
||||||
|
zle reset-prompt
|
||||||
|
|
||||||
# Free memory
|
# Free memory
|
||||||
#__hsmw_hcw_found=( )
|
#__hsmw_hcw_found=( )
|
||||||
elif (( __hsmw_hcw_call_count > 0 )); then
|
elif (( __hsmw_hcw_call_count > 0 )); then
|
||||||
|
|
Loading…
Add table
Reference in a new issue