commit | 0e7c4b99c608d22fd1b8526e700420b248319b1f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 20 15:30:03 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 20 15:30:03 2015 +0200 |
tree | ef328d15c49d88258352a91d30273ef8e4ab089d | |
parent | 6a7e2a668b492b5b574e489790e349a9058e2a48 [diff] [blame] |
patch 7.4.749 Problem: For some options two consecutive commas are OK. (Nikolay Pavlov) Solution: Add the P_ONECOMMA flag.
diff --git a/src/version.c b/src/version.c index dfc2ed3..ac053e6 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 749, +/**/ 748, /**/ 747,