diff options
author | Christian Brabandt <cb@256bit.org> | 2022-12-16 16:41:23 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-12-16 16:41:23 +0000 |
commit | 9aee8ec400fe617f6d82441c46a22d0cef6fa3e6 (patch) | |
tree | d8ef22c2177d59f1196dc7d82c540612eff3813c /src/version.c | |
parent | 4ab1f4a32f7e0fcafa8f542429f1f6c47dcd5d2c (diff) | |
download | vim-git-9.0.1064.tar.gz |
patch 9.0.1064: code for making 'shortmess' temporarily empty is repeatedv9.0.1064
Problem: Code for making 'shortmess' temporarily empty is repeated.
Solution: Add functions for making 'shortmess' empty and restoring it.
(Christian Brabandt, closes #11709)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 316d21313..140fa87cb 100644 --- a/src/version.c +++ b/src/version.c @@ -696,6 +696,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1064, +/**/ 1063, /**/ 1062, |