]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(netrw): Error popup not always used
authorDamien <141588647+xrandomname@users.noreply.github.com>
Thu, 15 Aug 2024 20:00:45 +0000 (22:00 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 15 Aug 2024 20:00:45 +0000 (22:00 +0200)
commitb4d11644254ec6e29aed93a9fdcde2160163aefd
tree31894f6ccb6f458a6ee88d80ac3aa6b6ad0eeef5
parent7c754110ff8e0d666d422f1644bc356c8fee7392
runtime(netrw): Error popup not always used

Problem:  g:netrw_use_errorwindow=2 does not work
          without +balloon_eval.
Solution: Check for popup_atcursor().

related: #15501

Signed-off-by: Damien <141588647+xrandomname@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/autoload/netrw.vim