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
base_style=single-hyphen-option
fi
path_eligible=0
#path_eligible=0
fi
for (( i = 1 ; i <= end_pos - start_pos ; i += 1 )); do