commit | 722e505d1a55dfde5ab62241d10da91d2e10c3c1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 12 22:31:00 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 12 22:31:00 2020 +0200 |
tree | b8de9ede4accb9e1fdcafa7a380347c1043ae186 | |
parent | 5055c56cfbedc6326c607d40c7a1241682f7675e [diff] [blame] |
patch 8.2.0966: 'shortmess' flag "n" not used in two places Problem: 'shortmess' flag "n" not used in two places. Solution: Make use of the "n" flag consistent. (Nick Jensen, closes #6245, closes #6244)
diff --git a/src/version.c b/src/version.c index bc4cc43..fc2269c 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 966, +/**/ 965, /**/ 964,