Open dgdavid opened 6 years ago
Thanks for your report. I can reproduce and have reverted to the previous approach to quit vim automatically when there is only one quickfix/location list/nerdtree buffer. Please pull the latest commit to fix this issue.
However, there is an obvious disadvantage: it can't handle the situation where nerdtree and quickfix buffer exist at the same time. I'll dive into this when I get some time. Any help is also appreciated.
and have reverted to the previous approach
Thank you for fixing it :)
However, there is an obvious disadvantage: it can't handle the situation where nerdtree and quickfix buffer exist at the same time. I'll dive into this when I get some time. Any help is also appreciated.
Sorry, I do not have enough knowledge about it :( I hope someone out there could give you a hand.
Environment
Problem Description
After commit c66930eedc302c1716b22e6fd9f9b861a5c9b2f7, vim closes automatically when try to open a directory
If line https://github.com/liuchengxu/space-vim/blob/c66930eedc302c1716b22e6fd9f9b861a5c9b2f7/layers/%2Bdistributions/spacevim/config.vim#L30 is commented, the problem disappear.