mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2024-11-21 19:03:11 +00:00
*highlight: Optimization: use previous style value; compress
This commit is contained in:
parent
5c30308699
commit
ca2e333cfd
1 changed files with 1 additions and 5 deletions
|
@ -487,11 +487,7 @@ __HSMW_HIGHLIGHT_TOKENS_TYPES=(
|
|||
style=reserved-word
|
||||
braces_stack='R'"$braces_stack"
|
||||
else
|
||||
if -hsmw-highlight-check-path; then
|
||||
style=path
|
||||
else
|
||||
style=unknown-token
|
||||
fi
|
||||
-hsmw-highlight-check-path && style=path
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in a new issue