commit | a539f4f1ae4a2b3a7dfce89cd3800214c9e990cf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 30 20:33:55 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 30 20:33:55 2017 +0200 |
tree | 930c739e6f8c1a25b5c1890ce22c7dcf53e938e7 | |
parent | 1a333bc44a5d7e51575b1c3cd864fb37fd5b5f2b [diff] [blame] |
patch 8.0.1023: it is not easy to identify a quickfix list Problem: It is not easy to identify a quickfix list. Solution: Add the "id" field. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 1b69d2b..4078912 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1023, +/**/ 1022, /**/ 1021,