Skip to content

Commit 0c59c30

Browse files
committed
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 <cb@256bit.org>
1 parent 7b5e52d commit 0c59c30

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/testdir/test_filetype.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ def s:GetFilenameChecks(): dict<list<string>>
526526
nanorc: ['/etc/nanorc', 'file.nanorc', 'any/etc/nanorc'],
527527
natural: ['file.NSA', 'file.NSC', 'file.NSG', 'file.NSL', 'file.NSM', 'file.NSN', 'file.NSP', 'file.NSS'],
528528
ncf: ['file.ncf'],
529-
neomuttlog: ['foo.neomuttdebug'],
529+
neomuttlog: ['/home/user/.neomuttdebug1'],
530530
neomuttrc: ['Neomuttrc', '.neomuttrc', '.neomuttrc-file', '/.neomutt/neomuttrc', '/.neomutt/neomuttrc-file', 'Neomuttrc', 'Neomuttrc-file', 'any/.neomutt/neomuttrc', 'any/.neomutt/neomuttrc-file', 'neomuttrc', 'neomuttrc-file' ],
531531
netrc: ['.netrc'],
532532
nginx: ['file.nginx', 'nginxfile.conf', 'filenginx.conf', 'any/etc/nginx/file', 'any/usr/local/nginx/conf/file', 'any/nginx/file.conf'],

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,8 @@ static char *(features[]) =
704704

705705
static int included_patches[] =
706706
{ /* Add new patch number below this line */
707+
/**/
708+
782,
707709
/**/
708710
781,
709711
/**/

0 commit comments

Comments
 (0)