commit | 8efa026a25b95de5598535ef62505282a8584a4b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 20 15:47:20 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 20 15:47:20 2017 +0200 |
tree | b11194e6e749dd57da34d3f1600fb070a5b7278e | |
parent | ce1c32780a7d0ae5110eab627fcbfd4a11e5eb52 [diff] [blame] |
patch 8.0.0974: resetting a string option does not trigger OptionSet Problem: Resetting a string option does not trigger OptionSet. (Rick Howe) Solution: Set the origval.
diff --git a/src/version.c b/src/version.c index 9316815..d5df161 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 974, +/**/ 973, /**/ 972,