commit | 3c4d2e7a09134b72b129d26db374a8a8325c2779 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Fri Apr 05 20:15:48 2024 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Fri Apr 05 20:16:46 2024 +0200 |
tree | 4d62564115b632f8f2e25b6fe623339259026d1f | |
parent | 19ecb46c55754d31d857688ef0926cda101927d3 [diff] [blame] |
patch 9.1.0271: CI sound test aborts with undefined variable 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>
diff --git a/src/version.c b/src/version.c index 5a005bd..3b33ab1 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 271, +/**/ 270, /**/ 269,