This commit is contained in:
Daniel Shahaf 2018-02-11 17:21:42 +00:00 committed by GitHub
commit 2cc252da10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -802,7 +802,7 @@ _zsh_highlight_main_highlighter_highlight_argument()
else else
base_style=single-hyphen-option base_style=single-hyphen-option
fi fi
path_eligible=0 #path_eligible=0
fi fi
for (( i = 1 ; i <= end_pos - start_pos ; i += 1 )); do for (( i = 1 ; i <= end_pos - start_pos ; i += 1 )); do