commit | 364fa5c7ec2a99a791c8f8b66fe70b0bf1dd9a41 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 20 17:53:25 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 20 17:53:25 2016 +0100 |
tree | c52570b3a7ebcae3c0cec33930a87e6e27847410 | |
parent | a4f6ca717b4483eb82c6c71f71a5a5cf70e55d80 [diff] [blame] |
patch 7.4.1619 Problem: When 'fileformats' is set in the vimrc it applies to new buffers but not the initial buffer. Solution: Set 'fileformat' when starting up. (Mike Williams)
diff --git a/src/version.c b/src/version.c index 03a3081..9136583 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1619, +/**/ 1618, /**/ 1617,