commit | 5311c02f25eed8f34e8a80becb98e86264f371c3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 01 20:19:26 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 01 20:19:26 2015 +0100 |
tree | 5ebc18c3a548e897e3571f0687580a6f50a429eb | |
parent | bbfbaf9741deebb9f1ed790885bd571c4cbce17a [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 2fbc3c7..a8526bf 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 947, +/**/ 946, /**/ 945,