mirror of
https://github.com/neovim/neovim.git
synced 2025-12-12 01:22:41 +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
384685fade
Co-authored-by: Christian Brabandt <cb@256bit.org>