Patch 8.2.3458
Problem: Not all dictdconf files are recognized.
Solution: Adjust the pattern. (Doug Kearns)
Files: runtime/filetype.vim, src/testdir/test_filetype.vim
*** ../vim-8.2.3457/runtime/filetype.vim 2021-09-21 18:36:57.583801547
+0100
--- runtime/filetype.vim 2021-09-26 21:32:20.018856819 +0100
***************
*** 488,494 ****
au BufNewFile,BufRead dict.conf,.dictrc setf dictconf
" Dictd config
! au BufNewFile,BufRead dictd.conf setf dictdconf
" Diff files
au BufNewFile,BufRead *.diff,*.rej setf diff
--- 488,494 ----
au BufNewFile,BufRead dict.conf,.dictrc setf dictconf
" Dictd config
! au BufNewFile,BufRead dictd*.conf setf dictdconf
" Diff files
au BufNewFile,BufRead *.diff,*.rej setf diff
***************
*** 1403,1409 ****
" Radiance
au BufNewFile,BufRead *.rad,*.mat setf radiance
! " Raku (formelly Perl6)
au BufNewFile,BufRead
*.pm6,*.p6,*.t6,*.pod6,*.raku,*.rakumod,*.rakudoc,*.rakutest setf raku
" Ratpoison config/command files
--- 1403,1409 ----
" Radiance
au BufNewFile,BufRead *.rad,*.mat setf radiance
! " Raku (formerly Perl6)
au BufNewFile,BufRead
*.pm6,*.p6,*.t6,*.pod6,*.raku,*.rakumod,*.rakudoc,*.rakutest setf raku
" Ratpoison config/command files
*** ../vim-8.2.3457/src/testdir/test_filetype.vim 2021-09-21
18:36:57.583801547 +0100
--- src/testdir/test_filetype.vim 2021-09-26 21:32:20.018856819 +0100
***************
*** 142,148 ****
\ 'desc': ['file.desc'],
\ 'desktop': ['file.desktop', '.directory', 'file.directory'],
\ 'dictconf': ['dict.conf', '.dictrc'],
! \ 'dictdconf': ['dictd.conf'],
\ 'diff': ['file.diff', 'file.rej'],
\ 'dircolors': ['.dir_colors', '.dircolors', '/etc/DIR_COLORS',
'any/etc/DIR_COLORS'],
\ 'dnsmasq': ['/etc/dnsmasq.conf', '/etc/dnsmasq.d/file',
'any/etc/dnsmasq.conf', 'any/etc/dnsmasq.d/file'],
--- 142,148 ----
\ 'desc': ['file.desc'],
\ 'desktop': ['file.desktop', '.directory', 'file.directory'],
\ 'dictconf': ['dict.conf', '.dictrc'],
! \ 'dictdconf': ['dictd.conf', 'dictdfile.conf', 'dictd-file.conf'],
\ 'diff': ['file.diff', 'file.rej'],
\ 'dircolors': ['.dir_colors', '.dircolors', '/etc/DIR_COLORS',
'any/etc/DIR_COLORS'],
\ 'dnsmasq': ['/etc/dnsmasq.conf', '/etc/dnsmasq.d/file',
'any/etc/dnsmasq.conf', 'any/etc/dnsmasq.d/file'],
*** ../vim-8.2.3457/src/version.c 2021-09-26 20:14:35.023216490 +0100
--- src/version.c 2021-09-26 21:33:35.120653204 +0100
***************
*** 759,760 ****
--- 759,762 ----
{ /* Add new patch number below this line */
+ /**/
+ 3458,
/**/
--
hundred-and-one symptoms of being an internet addict:
66. You create a homepage with the impression to cure the afflicted...but
your hidden agenda is to receive more e-mail.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
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/20210926213558.C80EDC80054%40pakwach.