]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0735: no indication that the quickfix window/buffer changed v8.0.0735
authorBram Moolenaar <Bram@vim.org>
Wed, 19 Jul 2017 15:06:20 +0000 (17:06 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 19 Jul 2017 15:06:20 +0000 (17:06 +0200)
commita8788f4d0b991f466b607c2c5bc6fd600bc78a97
tree7032ca522308bd2fbca33006d15ff8376c302830
parentbf92e3a3719f255dbb30102ceb618e0eac7c9497
patch 8.0.0735: no indication that the quickfix window/buffer changed

Problem:    There is no way to notice that the quickfix window contents has
            changed.
Solution:   Increment b:changedtick when updating the quickfix window.
            (Yegappan Lakshmanan)
runtime/doc/quickfix.txt
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c