commit | 9e7e28fc4c32337f2153b94fb08140f47e46e35d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 14 16:36:38 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 14 16:36:38 2022 +0100 |
tree | 04da7aebe5211c82361dd7455ca34968332dd8cd | |
parent | 28c162f6f1f525882a9a60f10ab4836dee7eb59f [diff] [blame] |
patch 9.0.0208: the override flag has no effect for virtual text Problem: The override flag has no effect for virtual text. (Ben Jackson) Solution: Make the override flag work. (closes #10915)
diff --git a/src/version.c b/src/version.c index 1ef5b39..00afb67 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 208, +/**/ 207, /**/ 206,