comparison 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
comparison
equal deleted inserted replaced
7153:1d7ee63f3f10 7154:a01294e1c02f
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 888,
744 /**/ 746 /**/
745 887, 747 887,
746 /**/ 748 /**/
747 886, 749 886,
748 /**/ 750 /**/