commit | d68f2219b57acb86ddedebdcc1476fee15c9c0c7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 09 19:58:32 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 09 19:58:32 2015 +0200 |
tree | 6e02e08565ded00ed76c8f83decc999982681417 | |
parent | f2571c61d5aa05682ae4d358e625348b61adc861 [diff] [blame] |
patch 7.4.733 Problem: test_listchars breaks on MS-Windows. (Kenichi Ito) Solution: Set fileformat to "unix". (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index d9d6c3a..4e5e0c9 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 733, +/**/ 732, /**/ 731,