1
0
forked from aniani/vim

patch 9.0.0343: ColorScheme autocommand triggered when colorscheme not found

Problem:    ColorScheme autocommand triggered when colorscheme is not found.
            (Romain Lafourcade)
Solution:   Only trigger ColorScheme when loading the colorscheme succeeds.
            (closes #11024)
This commit is contained in:
Bram Moolenaar
2022-08-31 21:17:10 +01:00
parent 21c3a80a7f
commit 5d09a401ec
3 changed files with 15 additions and 3 deletions

View File

@@ -707,6 +707,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
343,
/**/
342,
/**/