diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-03-26 20:34:00 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-03-26 20:34:00 +0100 |
commit | 83d4790a04780328c9c7ad22d18f404a27c11601 (patch) | |
tree | a8ba50932310b660b95073237ceb1c4fb104e6cf /src/version.c | |
parent | 3ed9efc2b15b624268bcce4e4d312fb35840a12b (diff) | |
download | vim-git-83d4790a04780328c9c7ad22d18f404a27c11601.tar.gz |
patch 8.2.0455: cannot set the highlight group for a specific terminalv8.2.0455
Problem: Cannot set the highlight group for a specific terminal.
Solution: Add the "highlight" option to term_start(). (closes #5818)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index b1e6470ea..51e9e3706 100644 --- a/src/version.c +++ b/src/version.c @@ -739,6 +739,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 455, +/**/ 454, /**/ 453, |