summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2024-06-11 19:18:12 +0200
committerChristian Brabandt <cb@256bit.org>2024-06-11 19:18:12 +0200
commit4877cb411f00ebf546417e9a71ab493916b50955 (patch)
treecbe06134306cb7fa467b1b56be7e9e0ee1cce0b7 /src/version.c
parent971378eed9285f3e95e208b698af9076a5f0d435 (diff)
patch 9.1.0475: cmod_split modifier is always reset in term_start()v9.1.0475
Problem: cmod_split modifier is always reset in term_start() Solution: only clear the WSP_VERT flag, if it is not already in cmdmod.cmod_split (Yegappan Lakshmanan) closes: #14961 Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
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 fc4490d6c3..8d8e7f59fd 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 475,
+/**/
474,
/**/
473,