commit | b254af312d1696b12367085acfbe41a41b7f1ea5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 18 19:48:58 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 18 19:48:58 2017 +0100 |
tree | 4b1c72636ceb95fd861db631c9931278b4364adf | |
parent | c9e649ae816cdff0d1da8a97d40e695c6d3991bd [diff] [blame] |
patch 8.0.1406: difficult to track changes to a quickfix list Problem: Difficult to track changes to a quickfix list. Solution: Add a "changedtick" value. (Yegappan Lakshmanan, closes #2460)
diff --git a/src/version.c b/src/version.c index 3584f14..a2336f8 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1406, +/**/ 1405, /**/ 1404,