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

Gibberish shows on screen when working directory is removed outside of vim #439

Closed
8 tasks
mtglsk opened this issue Mar 5, 2016 · 1 comment
Closed
8 tasks
Labels

Comments

@mtglsk
Copy link

mtglsk commented Mar 5, 2016

Explain the problem here ...


Something like this:

mkdir test
cd test
vim
^z
rm -r ../test/
fg
:PlugUpdate

giberrish shows on screen

  • Type:
    • [x ] Bug
    • Enhancement
    • Feature Request
    • Question
  • OS:
    • All/Other
    • [x ] Linux
    • OS X
    • Windows
  • Vim:
    • [x ] Terminal Vim
    • GVim
    • Neovim
@junegunn junegunn added the bug label Mar 6, 2016
@junegunn
Copy link
Owner

junegunn commented Mar 6, 2016

Thanks, I just updated the code to throw an exception and suspend in that case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants