You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When completing paths for command like jj diff | (| means cursor), and when using dynamic completions in zsh, extra space is added: jj diff pkgs/ |
Probably this is problem with zsh itself?
Steps to Reproduce the Problem
Add to zsh config: source <(COMPLETE=zsh jj)
Type jj diff | at any jj repo with changes and press tab
Expected Behavior
Space is not added, like in bash/fish
Actual Behavior
Space is added
Specifications
Platform: NixOS
Version: 0.25
Zsh version: 5.9
Also tested on macos
The text was updated successfully, but these errors were encountered:
istudyatuni
changed the title
completions: extra space is added when completing paths
completions: extra space is added in zsh when completing paths
Feb 4, 2025
Description
When completing paths for command like
jj diff |
(|
means cursor), and when using dynamic completions in zsh, extra space is added:jj diff pkgs/ |
Probably this is problem with zsh itself?
Steps to Reproduce the Problem
source <(COMPLETE=zsh jj)
jj diff |
at any jj repo with changes and press tabExpected Behavior
Space is not added, like in bash/fish
Actual Behavior
Space is added
Specifications
Also tested on macos
The text was updated successfully, but these errors were encountered: