patch 9.1.1606: filetype: a few more files are not recognized Commit: https://github.com/vim/vim/commit/eb2aebeb7982168ece3888c9c0b08fc46f9d4d15 Author: lacygoill <lacygo...@lacygoill.me> Date: Fri Aug 8 13:17:57 2025 +0200
patch 9.1.1606: filetype: a few more files are not recognized Problem: filetype: a few more files are not recognized Solution: guess Mail, Info and Terminfo files by its content (lacygoill) closes: #17880 Signed-off-by: lacygoill <lacygo...@lacygoill.me> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/autoload/dist/script.vim b/runtime/autoload/dist/script.vim index c184bd032..8781391a5 100644 --- a/runtime/autoload/dist/script.vim +++ b/runtime/autoload/dist/script.vim @@ -264,6 +264,7 @@ def DetectFromText(line1: string) # ELM Mail files elseif line1 =~ '^From \([a-zA-Z][a-zA-Z_0-9\.=-]*\(@[^ ]*\)\=\|-\) .* \(19\|20\)\d\d$' + || line1 =~ '^ -- -- 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 vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1ukLIR-002KuI-AL%40256bit.org.