patch 9.1.0782: tests: using wrong neomuttlog file name
Commit:
https://github.com/vim/vim/commit/0c59c3027199ce593f6612d7cd418f375933c7cb
Author: Christian Brabandt <[email protected]>
Date: Mon Oct 14 19:56:38 2024 +0200
patch 9.1.0782: tests: using wrong neomuttlog file name
Problem: tests: using wrong neomuttlog file name
Solution: use correct file name
related: #15858
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/src/testdir/test_filetype.vim b/src/testdir/test_filetype.vim
index e6150c5f5..a93b56317 100644
--- a/src/testdir/test_filetype.vim
+++ b/src/testdir/test_filetype.vim
@@ -526,7 +526,7 @@ def s:GetFilenameChecks(): dict<list<string>>
nanorc: ['/etc/nanorc', 'file.nanorc', 'any/etc/nanorc'],
natural: ['file.NSA', 'file.NSC', 'file.NSG', 'file.NSL', 'file.NSM',
'file.NSN', 'file.NSP', 'file.NSS'],
ncf: ['file.ncf'],
- neomuttlog: ['foo.neomuttdebug'],
+ neomuttlog: ['/home/user/.neomuttdebug1'],
neomuttrc: ['Neomuttrc', '.neomuttrc', '.neomuttrc-file',
'/.neomutt/neomuttrc', '/.neomutt/neomuttrc-file', 'Neomuttrc',
'Neomuttrc-file', 'any/.neomutt/neomuttrc', 'any/.neomutt/neomuttrc-file',
'neomuttrc', 'neomuttrc-file' ],
netrc: ['.netrc'],
nginx: ['file.nginx', 'nginxfile.conf', 'filenginx.conf',
'any/etc/nginx/file', 'any/usr/local/nginx/conf/file', 'any/nginx/file.conf'],
diff --git a/src/version.c b/src/version.c
index 8f3f54d69..c63621156 100644
--- a/src/version.c
+++ b/src/version.c
@@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 782,
/**/
781,
/**/
--
--
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 on the web visit
https://groups.google.com/d/msgid/vim_dev/E1t0PMd-00GuI1-1V%40256bit.org.