commit | e8df0104985af58ee501a6fbac8ac9f886e84e5a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 18 19:40:45 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 18 19:40:45 2020 +0200 |
tree | 9502868deb49b4aab66db76fdb5008e6cc218b5f | |
parent | 77e5dcc36a82da040072d74e3ced410d15c42757 [diff] [blame] |
patch 8.2.1705: "verbose hi Name" reports incorrect info after ":hi clear" Problem: "verbose hi Name" reports incorrect info after ":hi clear". Solution: Store the script context. (Antony Scriven, closes #6975)
diff --git a/src/version.c b/src/version.c index 0e52351..e47f0d1 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1705, +/**/ 1704, /**/ 1703,