diff options
author | Jurica Bradaric <jbradaric@gmail.com> | 2016-02-11 23:01:30 +0100 |
---|---|---|
committer | Jurica Bradaric <jbradaric@gmail.com> | 2016-02-15 11:05:17 +0100 |
commit | de23395fa75547259bf9ded9c7571e7a260160c3 (patch) | |
tree | 17e3bee4ee8d79b5ce60bf57e7c381a11300aee1 /src/nvim/version.c | |
parent | 7609a96a35224be3d7f3ba77691f9115e0281b4e (diff) | |
download | rneovim-de23395fa75547259bf9ded9c7571e7a260160c3.tar.gz rneovim-de23395fa75547259bf9ded9c7571e7a260160c3.tar.bz2 rneovim-de23395fa75547259bf9ded9c7571e7a260160c3.zip |
vim-patch:7.4.888
Problem: The OptionSet autocommands are not triggered from setwinvar().
Solution: Do not use switch_win() when not needed. (Hirohito Higashi)
https://github.com/vim/vim/commit/ba117c23dfd1146aca3235bea172df17a48bccee
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 4de63ebb10..7526151652 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -400,7 +400,7 @@ static int included_patches[] = { // 891, // 890 NA // 889, - // 888, + 888, 887, // 886 NA // 885, |