commit | c75e81262347e47a69faabd72caf89fec3f06e8f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 21 15:55:10 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 21 15:55:10 2019 +0200 |
tree | ca8a14b72659f70941b53207a27453c288d8057f | |
parent | 7bde95a461fafaa15cc45a006eaa4d0f3c2dfe92 [diff] [blame] |
patch 8.1.1197: when starting with multiple tabs file messages is confusing Problem: When starting with multiple tabs file messages is confusing. Solution: Set 'shortmess' when loading the other tabs. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index f9d4741..234f4bf 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1197, +/**/ 1196, /**/ 1195,