commit | 9aee8ec400fe617f6d82441c46a22d0cef6fa3e6 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Fri Dec 16 16:41:23 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 16 16:41:23 2022 +0000 |
tree | d8ef22c2177d59f1196dc7d82c540612eff3813c | |
parent | 4ab1f4a32f7e0fcafa8f542429f1f6c47dcd5d2c [diff] [blame] |
patch 9.0.1064: code for making 'shortmess' temporarily empty is repeated Problem: Code for making 'shortmess' temporarily empty is repeated. Solution: Add functions for making 'shortmess' empty and restoring it. (Christian Brabandt, closes #11709)
diff --git a/src/version.c b/src/version.c index 316d213..140fa87 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1064, +/**/ 1063, /**/ 1062,