forked from aniani/vim
patch 8.2.4798: t_8u option was reset even when set by the user
Problem: t_8u option was reset even when set by the user. Solution: Only reset t_8u when using the default value. (closes #10239)
This commit is contained in:
@@ -746,6 +746,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4798,
|
||||
/**/
|
||||
4797,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user