]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.0782: tests: using wrong neomuttlog file name v9.1.0782
authorChristian Brabandt <cb@256bit.org>
Mon, 14 Oct 2024 17:56:38 +0000 (19:56 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 14 Oct 2024 17:56:38 +0000 (19:56 +0200)
Problem:  tests: using wrong neomuttlog file name
Solution: use correct file name

related: #15858

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/test_filetype.vim
src/version.c

index e6150c5f57308ef86a718add76b24aaf5575ac07..a93b56317c5935d52ed45531473ec9606ce742da 100644 (file)
@@ -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'],
index 8f3f54d69fae105f3b129fb09243f2a4967fb61f..c6362115687cdb9f0014f77feb3a84acd16dc13b 100644 (file)
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    782,
 /**/
     781,
 /**/