]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0934: lhelpgrep twice in help window doesn't jump to the help topic v8.2.0934
authorBram Moolenaar <Bram@vim.org>
Mon, 8 Jun 2020 17:35:59 +0000 (19:35 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 8 Jun 2020 17:35:59 +0000 (19:35 +0200)
commitec98e93a82379ca9289d8021aec374aa6798afef
tree127121782b80d461eb8d3d40cb2cc4f84949a27e
parent7ba5a7eff335dcce25afaa154f32eeadb6014b61
patch 8.2.0934: lhelpgrep twice in help window doesn't jump to the help topic

Problem:    Running lhelpgrep twice in a help window doesn't jump to the help
            topic.
Solution:   Check whether any window with the location list is present.
            (Yegappan Lakshmanan, closes #6215)
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c