Commit: patch 9.2.0575: tests: filetype test for v9.2.0557 can be improved

1 view
Skip to first unread message

Christian Brabandt

unread,
May 31, 2026, 4:00:13 PM (23 hours ago) May 31
to vim...@googlegroups.com
patch 9.2.0575: tests: filetype test for v9.2.0557 can be improved

Commit: https://github.com/vim/vim/commit/0878792046316c454bb91273ab35b3d1f6fb439a
Author: Patrick Meiser-Knosowski <knos...@graeffrobotics.de>
Date: Sun May 31 19:52:46 2026 +0000

patch 9.2.0575: tests: filetype test for v9.2.0557 can be improved

Problem: tests: filetype test for v9.2.0557 can be improved
Solution: Use a correct Kawasaki robot AS test file
(Patrick Meiser-Knosowski)

related: #20370
closes: #20387

Signed-off-by: Patrick Meiser-Knosowski <knos...@graeffrobotics.de>
Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/src/testdir/test_filetype.vim b/src/testdir/test_filetype.vim
index 8ba27d5e1..9dd8767fb 100644
--- a/src/testdir/test_filetype.vim
+++ b/src/testdir/test_filetype.vim
@@ -3552,7 +3552,7 @@ func Test_as_file()
split Xfile.as
call assert_equal('atlas', &filetype)
bwipe!
- call writefile(['', '.NETCONF'], 'Xfile.as', 'D')
+ call writefile(['', '.NETCONF 192.168.1.11,"TIMESYS-",255.255.255.0,192.168.0.1,0.0.0.0,0.0.0.0," "'], 'Xfile.as', 'D')
split Xfile.as
call assert_equal('kawasaki_as', &filetype)
bwipe!
diff --git a/src/version.c b/src/version.c
index 361a0ca1f..e1dd6429b 100644
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 575,
/**/
574,
/**/
Reply all
Reply to author
Forward
0 new messages