diff src/version.c @ 7283:631cd8059bf4 v7.4.947

commit https://github.com/vim/vim/commit/5311c02f25eed8f34e8a80becb98e86264f371c3 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 1 20:19:26 2015 +0100 patch 7.4.947 Problem: Test_listchars fails with MingW. (Michael Soyka) Solution: Add the test to the ones that need the fileformat fixed. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Tue, 01 Dec 2015 20:30:04 +0100
parents 2a4593702d5c
children a34232b17763
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 */
 /**/
+    947,
+/**/
     946,
 /**/
     945,