commit | 3bcfca3ab4db415d0e750e00204dd25a91fcee77 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 30 19:39:29 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 30 19:39:29 2016 +0200 |
tree | 648834bb80120baa518101b1612d6e24a6fb62f4 | |
parent | 90d121fa3637b423169c64528efe84a1e67060c9 [diff] [blame] |
patch 7.4.2127 Problem: The short form of ":noswapfile" is ":noswap" instead of ":now". (Kent Sibilev) Solution: Only require three characters. Add a test for the short forms.
diff --git a/src/version.c b/src/version.c index f456729..5137121 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2127, +/**/ 2126, /**/ 2125,