commit | f422bcc7f9615fe91fa69b059cfe4785093d3d4a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 26 17:45:53 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 26 17:45:53 2016 +0100 |
tree | b2c5e2bf094337c71b80a2a01e8a3649245c007d | |
parent | 8a8199e4a1814b10630a770165502abb1121cd1b [diff] [blame] |
patch 8.0.0104 Problem: Value of 'thesaurus' option not checked properly. Solution: Add P_NDNAME flag. (Daisuke Suzuki)
diff --git a/src/version.c b/src/version.c index 4dcbcfb..0e3554d 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 104, +/**/ 103, /**/ 102,