summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2024-04-05 20:15:48 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-05 20:16:46 +0200
commit3c4d2e7a09134b72b129d26db374a8a8325c2779 (patch)
tree4d62564115b632f8f2e25b6fe623339259026d1f /src/version.c
parent19ecb46c55754d31d857688ef0926cda101927d3 (diff)
patch 9.1.0271: CI sound test aborts with undefined variablev9.1.0271
Problem: CI sound test aborts with undefined variable Solution: initialize g:result in test_sound.vim closes: #14424 Signed-off-by: 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 5a005bd5d1..3b33ab176f 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 */
/**/
+ 271,
+/**/
270,
/**/
269,