]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4798: t_8u option was reset even when set by the user v8.2.4798
authorBram Moolenaar <Bram@vim.org>
Wed, 20 Apr 2022 18:08:50 +0000 (19:08 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 20 Apr 2022 18:08:50 +0000 (19:08 +0100)
commitdbec26d7893dca4ff38fa4b96ac91203d30ccae5
tree15690eaa1fef5e482e0ddab723af842ab1dbc606
parent8530b41fd3872c9a1349b083470d565677948518
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)
src/term.c
src/version.c