commit | 426dd0219512af5f4abeb0901b533159253ffba3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 15 15:09:29 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 15 15:09:29 2016 +0100 |
tree | 515e63551f20af6f51a2723c4d47ae7ca4c76cbc | |
parent | e27dba499aaaf2ffe9f0da45f062450b434cddaa [diff] [blame] |
patch 7.4.1570 Problem: There is no way to avoid the message when editing a file. Solution: Add the "F" flag to 'shortmess'. (Shougo, closes #686)
diff --git a/src/version.c b/src/version.c index 5695515..f6b1f3b 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1570, +/**/ 1569, /**/ 1568,