mirror of
https://github.com/zdharma-continuum/fast-syntax-highlighting.git
synced 2026-09-10 07:16:18 -04:00
No error code returned at normal situation
This commit is contained in:
parent
aa0c9ac7a0
commit
07a76cd381
|
|
@ -192,7 +192,7 @@ typeset -gA FAST_HIGHLIGHT
|
|||
emulate -L zsh
|
||||
setopt extendedglob bareglobqual nonomatch noksharrays
|
||||
|
||||
[[ $CONTEXT == "select" ]] && return 1
|
||||
[[ $CONTEXT == "select" ]] && return 0
|
||||
|
||||
(( FAST_HIGHLIGHT[path_dirs_was_set] )) && setopt PATH_DIRS
|
||||
(( FAST_HIGHLIGHT[ointeractive_comments] )) && local interactive_comments= # _set_ to empty
|
||||
|
|
|
|||
Loading…
Reference in a new issue