mirror of
https://github.com/neovim/neovim.git
synced 2026-09-25 06:52:06 +00:00
Problem: runtime(netrw): LocalBrowseCheck() wipes unnamed buffers when
g:netrw_fastbrowse=0 (Carlos Falgueras García)
Solution: Check that bufname() is not empty
fixes: vim/vim#18740
closes: vim/vim#18741
https://github.com/vim/vim/commit/384685fadeb19760709d0909dfa00f9544fed10d
Co-authored-by: Christian Brabandt <cb@256bit.org>