diff src/version.c @ 7154:a01294e1c02f v7.4.888

commit https://github.com/vim/vim/commit/ba117c23dfd1146aca3235bea172df17a48bccee Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 29 16:53:22 2015 +0200 patch 7.4.888 Problem: The OptionSet autocommands are not triggered from setwinvar(). Solution: Do not use switch_win() when not needed. (Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Tue, 29 Sep 2015 17:00:04 +0200
parents cbdc02d71a18
children 0b4e65cf84fb
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    888,
+/**/
     887,
 /**/
     886,