zsh-syntax-highlighting-filetypes icon indicating copy to clipboard operation
zsh-syntax-highlighting-filetypes copied to clipboard

fix an error: some keys with now impact on text displayed a permission denied

Open CharlesGueunet opened this issue 6 years ago • 0 comments

Hello, This PR add a new guard before triggering the $highlight_predicate: When pressing esc (to go out of vim insert mode), the function was trigger with an empty string leading to an annoying permission denied. I have just added a check that $highlight_predicate is not empty.

Charles

CharlesGueunet avatar Apr 17 '19 20:04 CharlesGueunet