]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0484: :lhelpgrep does not fail after a successful one v8.0.0484
authorBram Moolenaar <Bram@vim.org>
Sun, 19 Mar 2017 13:19:50 +0000 (14:19 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 19 Mar 2017 13:19:50 +0000 (14:19 +0100)
commitee85df37634dfb0c40ae5de0b4f246aef460b392
treecfb99ad7bd81f36778fbd2480f345226b9559ce8
parentf79225ed4f81bc579bb3360ad2eb06adc8058153
patch 8.0.0484: :lhelpgrep does not fail after a successful one

Problem:    Using :lhelpgrep with an argument that should fail does not
            produce an error if the previous :helpgrep worked.
Solution:   Use another way to detect that autocommands made the quickfix info
            invalid. (Yegappan Lakshmanan)
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c