commit | 811fe63f398767db412c4f21a31f5e746951dd26 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 24 17:34:20 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 24 17:34:20 2013 +0200 |
tree | 2281a327ca8266e968c5eb52a436786f83f12ac2 | |
parent | 567199b68fb5a171c0c006e9d4ac94ca61c5cda0 [diff] [blame] |
updated for version 7.3.917 Problem: When a path ends in a backslash appending a comma has the wrong effect. Solution: Replace a trailing backslash with a slash. (Nazri Ramliy)
diff --git a/src/version.c b/src/version.c index 3450db4..aaa8fa7 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 917, +/**/ 916, /**/ 915,