-
-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
Description
Describe the bug
zpath append last line with generator comment breaking zellij completion.
(eval):zcompile:1: can't read file: /***/.local/share/zsh/site-functions/_zellij
Steps To Reproduce
znap fpath _zellij 'zellij setup --generate-completion zsh'Expected behavior
comment in new line fix it
_zellij "$@"
snipe
}
#zellij setup --generate-completion zshObserved behavior Output
~/.local/share/zsh/site-functions/_zellij
_zellij "$@"
snipe
}#zellij setup --generate-completion zsh
zsh-snap/functions/.znap.fpath
Lines 15 to 17 in 25754a4
| print -r -- "#$_P__generator" >>| $_P__file | |
| .znap.compile $_P__file |
Environment:
- OS:Ubuntu
- Terminal: multiple
- Zsh version: 5.9
- Repo version: main 25754a4