comparison runtime/filetype.vim @ 31547:a48b559cdfc4 v9.0.1106

patch 9.0.1106: not all postfix files are recognized Commit: https://github.com/vim/vim/commit/09ce0b8e1197c85dacf97e75b9b9ac18e0d192df Author: KodeToad <3880336+KodeToad@users.noreply.github.com> Date: Tue Dec 27 20:17:19 2022 +0000 patch 9.0.1106: not all postfix files are recognized Problem: Not all postfix files are recognized. Solution: Recognize main.cf.proto files. (closes https://github.com/vim/vim/issues/11732)
author Bram Moolenaar <Bram@vim.org>
date Tue, 27 Dec 2022 21:30:04 +0100
parents f2da18e495aa
children 7d68a90cbf5c
comparison
equal deleted inserted replaced
31546:95a6e07704b7 31547:a48b559cdfc4
1496 1496
1497 " PO and PO template (GNU gettext) 1497 " PO and PO template (GNU gettext)
1498 au BufNewFile,BufRead *.po,*.pot setf po 1498 au BufNewFile,BufRead *.po,*.pot setf po
1499 1499
1500 " Postfix main config 1500 " Postfix main config
1501 au BufNewFile,BufRead main.cf setf pfmain 1501 au BufNewFile,BufRead main.cf,main.cf.proto setf pfmain
1502 1502
1503 " PostScript (+ font files, encapsulated PostScript, Adobe Illustrator) 1503 " PostScript (+ font files, encapsulated PostScript, Adobe Illustrator)
1504 au BufNewFile,BufRead *.ps,*.pfa,*.afm,*.eps,*.epsf,*.epsi,*.ai setf postscr 1504 au BufNewFile,BufRead *.ps,*.pfa,*.afm,*.eps,*.epsf,*.epsi,*.ai setf postscr
1505 1505
1506 " PostScript Printer Description 1506 " PostScript Printer Description