commit | 2d67d307ee5dba911e8fbe73193bf596ebf76c1a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 16 18:46:02 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 16 18:46:02 2018 +0100 |
tree | b607f9380ca3156846607802fe1815f28eb78b34 | |
parent | dbc0d2163aa5e090d5a0c83aea448803ddbab664 [diff] [blame] |
patch 8.1.0532: cannot distinguish between quickfix and location list Problem: Cannot distinguish between quickfix and location list. Solution: Add an explicit type variable. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index e18c025..f6be0c0 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 532, +/**/ 531, /**/ 530,