commit | 2a6a6c3014e728cd01c750b0f60484d4eaf22a8c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 02 19:29:48 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 02 19:29:48 2017 +0200 |
tree | 13f1b1e0e7f5ee17e9e9e53a6a09a2631ce9235b | |
parent | 712549e04eddd6687c4b7654ec9af6da6c365603 [diff] [blame] |
patch 8.0.1172: when E734 is given option is still set Problem: When E734 is given option is still set. Solution: Assign NULL to "s". (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 925a6cd..6e3f90a 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1172, +/**/ 1171, /**/ 1170,