comparison src/version.c @ 9430:e70fd2eb3ae1 v7.4.1996

commit https://github.com/vim/vim/commit/1e5e1231ac9e1ba9678812c96f9d554a078eeec4 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 7 17:33:02 2016 +0200 patch 7.4.1996 Problem: Capturing the output of a command takes a few commands. Solution: Add evalcmd().
author Christian Brabandt <cb@256bit.org>
date Thu, 07 Jul 2016 17:45:04 +0200
parents 0c7f47088e55
children abb72f0b9e06
comparison
equal deleted inserted replaced
9429:649e8cffa36f 9430:e70fd2eb3ae1
756 NULL 756 NULL
757 }; 757 };
758 758
759 static int included_patches[] = 759 static int included_patches[] =
760 { /* Add new patch number below this line */ 760 { /* Add new patch number below this line */
761 /**/
762 1996,
761 /**/ 763 /**/
762 1995, 764 1995,
763 /**/ 765 /**/
764 1994, 766 1994,
765 /**/ 767 /**/