mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 17:52:02 +02:00
...
This commit is contained in:
@@ -66,7 +66,7 @@ func zsh_input_parser(data []byte, shell_state map[string]string) ([][]string, e
|
|||||||
// For some reason that I dont have the
|
// For some reason that I dont have the
|
||||||
// time/interest to figure out, returning completion candidates for
|
// time/interest to figure out, returning completion candidates for
|
||||||
// these matcher types break completion, so just abort in this case.
|
// these matcher types break completion, so just abort in this case.
|
||||||
return nil, fmt.Errorf("ZSH anchor based matching active, cannot complete")
|
return nil, fmt.Errorf("ZSH anchor based matching active, cannot complete. Turn it off by setting zstyle :completion: to something that does not use anchors in your ~/.zshrc")
|
||||||
}
|
}
|
||||||
return shell_input_parser(data, shell_state)
|
return shell_input_parser(data, shell_state)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user