commit | c8ce615299b4d8c1b2e6cf83496f48cd497d8a37 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 07 13:48:20 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 07 13:48:20 2016 +0200 |
tree | 8999cef1f862e02a9c3fbf742c278e618502b16b | |
parent | 3321e9d8a36c91c62d8ba3d43430b5c213b87f8b [diff] [blame] |
patch 7.4.2174 Problem: Adding duplicate flags to 'whichwrap' leaves commas behind. Solution: Also remove the commas. (Naruhiko Nishino)
diff --git a/src/version.c b/src/version.c index 9cf031b..f2d1c79 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2174, +/**/ 2173, /**/ 2172,