commit | 60a68362aa73f4a6cb534688978f9dc2b16e60fe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 30 15:40:48 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 30 15:40:48 2018 +0200 |
tree | 0778d5cc682a5a11b459d5c95a56d36f00cfbbce | |
parent | 0e9d1ae3216a5940b36bb56d155fb300b2e55b00 [diff] [blame] |
patch 8.0.1777: cannot cleanup before loading another colorscheme Problem: Cannot cleanup before loading another colorscheme. Solution: Add the ColorSchemePre autocommand event.
diff --git a/src/version.c b/src/version.c index 9881dae..d6be02f 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1777, +/**/ 1776, /**/ 1775,