There was an error while loading. Please reload this page.
setopt histignorespace
Describe the bug Does not respect setopt histignorespace in zsh.
To Reproduce
If you arrow up or search with ctrl-r, the command that was preceded by a space is visible (but shouldn't be).
Expected behavior The command preceded by a space should not show up when hitting the up arrow or when doing ctrl-r to search the history.