commit | ad7dac85c3c90893e78e5463ca44b874082b482f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 04 22:21:21 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 04 22:21:21 2017 +0100 |
tree | 0942b7a576b6c37ac071813a9e958a9abe6dfb09 | |
parent | c3632516303842244442f354734e54a403ec4b50 [diff] [blame] |
patch 8.0.1265: swap test not skipped when there is one group Problem: Swap test not skipped when there is one group. Solution: Convert list to string for the message.
diff --git a/src/version.c b/src/version.c index e83549c..78b5811 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1265, +/**/ 1264, /**/ 1263,