commit | 2e61e2d08390623fcf933fd06646ac91f81fb772 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 22 14:10:36 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 22 14:10:36 2020 +0200 |
tree | 730705564f989cc8f5856fcbc58fc3850d9d7883 | |
parent | 5a80f8ad5dc0b2cc63400255dcf3c63f6c1a2ef9 [diff] [blame] |
patch 8.2.0810: error when appending "tagfile" to 'wildoptions' Problem: Error when appending "tagfile" to 'wildoptions'. Solution: use flags P_ONECOMMA and P_NODUP. (Dmitri Vereshchagin, closes #6105)
diff --git a/src/version.c b/src/version.c index 1ca9dee..9e8ba92 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 810, +/**/ 809, /**/ 808,