Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using khuno with fish shell causes corrupt screen #24

Open
EdwardBetts opened this issue Sep 16, 2017 · 1 comment
Open

using khuno with fish shell causes corrupt screen #24

EdwardBetts opened this issue Sep 16, 2017 · 1 comment
Assignees

Comments

@EdwardBetts
Copy link

I recently switched to using the fish shell and now I see screen corruption in vim after saving a Python file.

When the khuno background job completes fish outputs:

Job 1, “flake8 /tmp/vT0ZrIZ/0.py > /tmp…” has ended

The workaround is set shell="/bin/bash" at the top of my .vimrc

@alfredodeza
Copy link
Owner

This is far from ideal, but it looks like it is the shell just persisting that message even without vim in the mix:

~> ls > /dev/null &
'ls > /dev/null &' has ended

I am going to try and see if there is any way to mitigate that. The workaround is OK for now, but that is going to be really annoying for users

@alfredodeza alfredodeza self-assigned this Sep 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants