commit | e8ef3a093453b73594e15462d4de50b011c8ba66 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 12 17:45:29 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 12 17:45:29 2016 +0200 |
tree | b0954c301736bd9c972f37f8efc49f63a64e6bdb | |
parent | 0ba407012c63064f03f1a5677677d4da423e5a73 [diff] [blame] |
patch 8.0.0031 Problem: After ":bwipeout" 'fileformat' is not set to the right default. Solution: Get the default from 'fileformats'. (Mike Williams)
diff --git a/src/version.c b/src/version.c index 07b3da7..39662f6 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 31, +/**/ 30, /**/ 29,