commit | ba117c23dfd1146aca3235bea172df17a48bccee | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 29 16:53:22 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 29 16:53:22 2015 +0200 |
tree | 7b2e28288b73908a6b81263df8d402bad9e7511d | |
parent | c2b717ebd6719e722dcb5f10e4c74033a53ff7c7 [diff] [blame] |
patch 7.4.888 Problem: The OptionSet autocommands are not triggered from setwinvar(). Solution: Do not use switch_win() when not needed. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index 2efbd46..32c4d14 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 888, +/**/ 887, /**/ 886,