commit | a7b7b1cef9b61700ba5076c1d889dce791392388 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 19 14:06:43 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 19 14:06:43 2015 +0200 |
tree | 83f9d334df5c9f15803421e217d0123385b22603 | |
parent | 541f92d6cfdf2215e743553b5f4b6529dd9fcf31 [diff] [blame] |
patch 7.4.741 Problem: When using += with ":set" a trailing comma is not recognized. (Issue 365) Solution: Don't add a second comma. Add a test. (partly by Christian Brabandt)
diff --git a/src/version.c b/src/version.c index df9b506..6fc420c 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 741, +/**/ 740, /**/ 739,