summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-11-30 22:07:07 +0100
committerBram Moolenaar <Bram@vim.org>2017-11-30 22:07:07 +0100
commit76bb7196f5102c9929959d710e8ed97a19affa4d (patch)
tree8e6209d69740a3690cbcee8dde6745f416b2d993 /src/version.c
parent2f0584910c0ea93966dfa7b3b0272dfb16ea6f91 (diff)
downloadvim-git-76bb7196f5102c9929959d710e8ed97a19affa4d.tar.gz
patch 8.0.1360: the Terminal highlighting doesn't work in a terminalv8.0.1360
Problem: The Terminal highlighting doesn't work in a terminal. (Ozaki Kiichi) Solution: Use the Terminal highlighting when the cterm index is zero.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 075760fd3..ece615ca5 100644
--- a/src/version.c
+++ b/src/version.c
@@ -772,6 +772,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1360,
+/**/
1359,
/**/
1358,