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
This was found during in a discussion for kitty-scrollback.nvim mikesmithgh/kitty-scrollback.nvim#293. The workaround is to symlink the plugin path to ~/.config/kitty/kitty-scrollback.nvim
I played around a bit and used shlex_split to get it to work locally. But then started seeing test failures, so wasn't sure if this was a good approach.
Describe the bug
When an action_alias for a kitten is using a filepath and that path contains a whitespace, it fails to parse.
For example,
This was found during in a discussion for kitty-scrollback.nvim mikesmithgh/kitty-scrollback.nvim#293. The workaround is to symlink the plugin path to
~/.config/kitty/kitty-scrollback.nvim
To Reproduce
Steps to reproduce the behavior:
ctrl+shift+h
Screenshots
Environment details
Additional context
I noticed the error is occurring here
kitty/kitty/options/utils.py
Line 124 in dac6f88
I played around a bit and used
shlex_split
to get it to work locally. But then started seeing test failures, so wasn't sure if this was a good approach.The text was updated successfully, but these errors were encountered: