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 <[email protected]>
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 <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
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,
/**/
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1wTmKL-00GV00-Pt%40256bit.org.