*: Remove trailing whitespace

This commit is contained in:
a1346054 2021-08-20 11:27:21 +00:00
commit 5d1d416dbf
13 changed files with 17 additions and 22 deletions

View file

@ -42,6 +42,6 @@ _zsh_highlight_highlighter_cursor_predicate()
_zsh_highlight_highlighter_cursor_paint()
{
[[ $WIDGET == zle-line-finish ]] && return
_zsh_highlight_add_highlight $CURSOR $(( $CURSOR + 1 )) cursor
}