]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(netrw): restore blank line cleanup after file listing master
authoruma-chan <127664533+i9wa4@users.noreply.github.com>
Mon, 7 Jul 2025 20:04:11 +0000 (22:04 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 7 Jul 2025 20:04:11 +0000 (22:04 +0200)
commitb3eaae21b9f681d23466e7caa0b9d7e32cb4b206
treeee426d283732adb68ea09854d8e98a0289466d94
parenteb380b991c9d85f4622a27d1d35364615b7a71f4
runtime(netrw): restore blank line cleanup after file listing

Problem:  v182 refactoring removed blank line cleanup (g/^$/d) from
          s:LocalListing(), causing empty lines between directories
          and files.
Solution: Add the missing cleanup after append() in s:PerformListing()
          (uma-chan).

closes: #17672

Co-authored-by: Luca Saccarola <96259932+saccarosium@users.noreply.github.com>
Signed-off-by: uma-chan <127664533+i9wa4@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/pack/dist/opt/netrw/autoload/netrw.vim