commit | a8788f4d0b991f466b607c2c5bc6fd600bc78a97 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 19 17:06:20 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 19 17:06:20 2017 +0200 |
tree | 7032ca522308bd2fbca33006d15ff8376c302830 | |
parent | bf92e3a3719f255dbb30102ceb618e0eac7c9497 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 08d3656..5373e70 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 735, +/**/ 734, /**/ 733,