]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1914: runtime(netrw): wipes unnamed buffers v9.1.1914
authorChristian Brabandt <cb@256bit.org>
Thu, 13 Nov 2025 21:11:51 +0000 (21:11 +0000)
committerChristian Brabandt <cb@256bit.org>
Thu, 13 Nov 2025 21:11:51 +0000 (21:11 +0000)
commit384685fadeb19760709d0909dfa00f9544fed10d
tree9788d331521703a3713375cd3390df65f730b2b2
parentb8119920eb8dbfed39af88f66d85c65ea4fd8ecf
patch 9.1.1914: runtime(netrw): wipes unnamed buffers

Problem:  runtime(netrw): LocalBrowseCheck() wipes unnamed buffers when
          g:netrw_fastbrowse=0 (Carlos Falgueras GarcĂ­a)
Solution: Check that bufname() is not empty

fixes: #18740
closes: #18741

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/pack/dist/opt/netrw/autoload/netrw.vim
src/testdir/test_plugin_netrw.vim
src/version.c