summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-07-19 17:06:20 +0200
committerBram Moolenaar <Bram@vim.org>2017-07-19 17:06:20 +0200
commita8788f4d0b991f466b607c2c5bc6fd600bc78a97 (patch)
tree7032ca522308bd2fbca33006d15ff8376c302830 /src/version.c
parentbf92e3a3719f255dbb30102ceb618e0eac7c9497 (diff)
patch 8.0.0735: no indication that the quickfix window/buffer changedv8.0.0735
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)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 08d365645e..5373e706e4 100644
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 735,
+/**/
734,
/**/
733,