comparison src/version.c @ 22312:e06ba60fbbd8 v8.2.1705

patch 8.2.1705: "verbose hi Name" reports incorrect info after ":hi clear" Commit: https://github.com/vim/vim/commit/e8df0104985af58ee501a6fbac8ac9f886e84e5a Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 18 19:40:45 2020 +0200 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 https://github.com/vim/vim/issues/6975)
author Bram Moolenaar <Bram@vim.org>
date Fri, 18 Sep 2020 19:45:04 +0200
parents 74d0a7a30583
children 41e118669df3
comparison
equal deleted inserted replaced
22311:fe6103bf9b0a 22312:e06ba60fbbd8
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 1705,
753 /**/ 755 /**/
754 1704, 756 1704,
755 /**/ 757 /**/
756 1703, 758 1703,
757 /**/ 759 /**/