This commit is contained in:
Kovid Goyal 2024-01-17 07:46:09 +05:30
parent 0340c3c8f7
commit 58dbcf0840
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -48,6 +48,9 @@ func shell_input_parser(data []byte, shell_state map[string]string) ([][]string,
return [][]string{words}, nil
}
var debugprintln = tty.DebugPrintln
var _ = debugprintln
func zsh_input_parser(data []byte, shell_state map[string]string) ([][]string, error) {
matcher := shell_state["_matcher"]
q := ""