aymericbeaumet / vim-symlink

:running: Automagically follow symlinks
MIT License
74 stars 10 forks source link

ignore bbye error for convenience #9

Closed faerryn closed 3 years ago

faerryn commented 4 years ago

BUG: bbye error message on vim opening two symlinked files vim ~/.zshrc ~/.profile # both files are symlinks I think bbye panics when trying to wipe 'hidden' buffers that haven't been shown yet (the second symlinked file) this pull request just prepends silent! to Bwipeout so that the error message doesn't show

aymericbeaumet commented 3 years ago

Thanks for your contribution!