Skip to content

Commit

Permalink
Remove accidentally introduced ANSI code
Browse files Browse the repository at this point in the history
Fix issue #113.
  • Loading branch information
marlonrichert committed Oct 19, 2020
1 parent edf6f86 commit 1e2211d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/.autocomplete.config
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@

zstyle ':completion:*' add-space true
zstyle ':completion:*' list-packed true
zstyle ':completion:*' list-separator $'\e[22;39;49m'
zstyle ':completion:*' list-separator ''
zstyle ':completion:*' use-cache true

zstyle ':completion:list-expand:complete:*' matcher-list '
Expand Down

0 comments on commit 1e2211d

Please sign in to comment.