hsmw: Trigger syntax-highlighting after selecting

This commit is contained in:
Sebastian Gniazdowski 2020-01-17 05:09:14 +01:00
parent ee864ea9a5
commit 9460dff3d2

View file

@ -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