" Vim support file to detect file types
"
" Maintainer: The Vim Project <https://github.com/vim/vim>
-" Last Change: 2025 Aug 31
+" Last Change: 2025 Sep 14
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" Listen very carefully, I will say this only once
au BufNewFile,BufRead *.bp setf bp
" Generic log file
-au BufNewFile,BufRead *.log,*_log,*.LOG,*_LOG setf log
+" Disabled cause it is too distracting
+" au BufNewFile,BufRead *.log,*_log,*.LOG,*_LOG setf log
" Use the filetype detect plugins. They may overrule any of the previously
" detected filetypes.
lite: ['file.lite', 'file.lt'],
litestep: ['/LiteStep/any/file.rc', 'any/LiteStep/any/file.rc'],
livebook: ['file.livemd'],
- log: ['file.log', 'file_log', 'file.LOG', 'file_LOG'],
+# log: ['file.log', 'file_log', 'file.LOG', 'file_LOG'],
logcheck: ['/etc/logcheck/file.d-some/file', '/etc/logcheck/file.d/file', 'any/etc/logcheck/file.d-some/file', 'any/etc/logcheck/file.d/file'],
loginaccess: ['/etc/login.access', 'any/etc/login.access'],
logindefs: ['/etc/login.defs', 'any/etc/login.defs'],
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1759,
/**/
1758,
/**/