comparison src/version.c @ 8007:ac78cba9e72b v7.4.1298

commit https://github.com/vim/vim/commit/d6a8d48587b2ff43c343fa365898576cc1e235ea Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 10 20:32:20 2016 +0100 patch 7.4.1298 Problem: When the channel test fails in an unexpected way the server keeps running. Solution: Use try/catch. (Ozaki Kiichi)
author Christian Brabandt <cb@256bit.org>
date Wed, 10 Feb 2016 20:45:05 +0100
parents d65aa95725d3
children b2cfa3416ba0
comparison
equal deleted inserted replaced
8006:cc2321846969 8007:ac78cba9e72b
745 NULL 745 NULL
746 }; 746 };
747 747
748 static int included_patches[] = 748 static int included_patches[] =
749 { /* Add new patch number below this line */ 749 { /* Add new patch number below this line */
750 /**/
751 1298,
750 /**/ 752 /**/
751 1297, 753 1297,
752 /**/ 754 /**/
753 1296, 755 1296,
754 /**/ 756 /**/