mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-12-08 15:32:31 +01:00
Fix and unify formatting and code-style
This commit is contained in:
parent
f860711cc5
commit
258e06c9ab
5 changed files with 44 additions and 45 deletions
|
|
@ -48,7 +48,7 @@ zstyle -d ':completion:*' list-colors
|
|||
zmodload zsh/zutil
|
||||
|
||||
# override compadd (this our hook)
|
||||
compadd () {
|
||||
compadd() {
|
||||
|
||||
# check if any of -O, -A or -D are given
|
||||
if [[ ${@[1,(i)(-|--)]} == *-(O|A|D)\ * ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue