]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0974: resetting a string option does not trigger OptionSet v8.0.0974
authorBram Moolenaar <Bram@vim.org>
Sun, 20 Aug 2017 13:47:20 +0000 (15:47 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 20 Aug 2017 13:47:20 +0000 (15:47 +0200)
commit8efa026a25b95de5598535ef62505282a8584a4b
treeb11194e6e749dd57da34d3f1600fb070a5b7278e
parentce1c32780a7d0ae5110eab627fcbfd4a11e5eb52
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.
src/option.c
src/testdir/test_autocmd.vim
src/version.c