commit | 657b31fa3bda2089fef18c30fc706abe5d57e865 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sat Apr 15 21:28:02 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 15 21:28:02 2023 +0100 |
tree | a68cf58655847be818365eb06954fa85055ed78e | |
parent | 732d69e1918b28ad0fe16eb9bc5a776c7958122b [diff] [blame] |
patch 9.0.1456: shortmess test depends on order of test execution Problem: Shortmess test depends on order of test execution. Solution: Clear messages. (closes #12264)
diff --git a/src/version.c b/src/version.c index 50773f8..35c1eea 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1456, +/**/ 1455, /**/ 1454,