summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-02-19 17:13:04 +0100
committerBram Moolenaar <Bram@vim.org>2020-02-19 17:13:04 +0100
commita2f6e42ded067df8ee682c15aa246491a389b1a0 (patch)
tree8eef72d8edf62e4f179d6408167ddc7d73d0f5b1 /src/version.c
parent257cc5ee9593cd0653beca8b5945dc7fbf7f2d8d (diff)
downloadvim-git-a2f6e42ded067df8ee682c15aa246491a389b1a0.tar.gz
patch 8.2.0281: two placed signs in the same line are not combinedv8.2.0281
Problem: Two placed signs in the same line are not combined. E.g. in the terminal debugger a breakpoint and the PC cannot be both be displayed. Solution: Combine the sign column and line highlight attributes.
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 2ff346075..d02cf9aaf 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 */
/**/
+ 281,
+/**/
280,
/**/
279,