comparison runtime/filetype.vim @ 22353:889143dbe2cd v8.2.1725

patch 8.2.1725: not all Pascal files are recognized Commit: https://github.com/vim/vim/commit/44aaf5416e0121500dd52b7cab306d7618b4fe53 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 22 19:15:31 2020 +0200 patch 8.2.1725: not all Pascal files are recognized Problem: Not all Pascal files are recognized. Solution: Add filetype patterns. (Doug Kearns)
author Bram Moolenaar <Bram@vim.org>
date Tue, 22 Sep 2020 19:30:04 +0200
parents cdf95988615a
children a3bb84cd0f59
comparison
equal deleted inserted replaced
22352:5ebbe238e6d9 22353:889143dbe2cd
1160 1160
1161 " Password file 1161 " Password file
1162 au BufNewFile,BufRead */etc/passwd,*/etc/passwd-,*/etc/passwd.edit,*/etc/shadow,*/etc/shadow-,*/etc/shadow.edit,*/var/backups/passwd.bak,*/var/backups/shadow.bak setf passwd 1162 au BufNewFile,BufRead */etc/passwd,*/etc/passwd-,*/etc/passwd.edit,*/etc/shadow,*/etc/shadow-,*/etc/shadow.edit,*/var/backups/passwd.bak,*/var/backups/shadow.bak setf passwd
1163 1163
1164 " Pascal (also *.p) 1164 " Pascal (also *.p)
1165 au BufNewFile,BufRead *.pas setf pascal 1165 au BufNewFile,BufRead *.pas,*.pp setf pascal
1166 1166
1167 " Delphi project file 1167 " Delphi or Lazarus program file
1168 au BufNewFile,BufRead *.dpr setf pascal 1168 au BufNewFile,BufRead *.dpr,*.lpr setf pascal
1169 1169
1170 " PDF 1170 " PDF
1171 au BufNewFile,BufRead *.pdf setf pdf 1171 au BufNewFile,BufRead *.pdf setf pdf
1172 1172
1173 " PCMK - HAE - crm configure edit 1173 " PCMK - HAE - crm configure edit
1734 1734
1735 " TeX configuration 1735 " TeX configuration
1736 au BufNewFile,BufRead texmf.cnf setf texmf 1736 au BufNewFile,BufRead texmf.cnf setf texmf
1737 1737
1738 " Tidy config 1738 " Tidy config
1739 au BufNewFile,BufRead .tidyrc,tidyrc setf tidy 1739 au BufNewFile,BufRead .tidyrc,tidyrc,tidy.conf setf tidy
1740 1740
1741 " TF mud client 1741 " TF mud client
1742 au BufNewFile,BufRead *.tf,.tfrc,tfrc setf tf 1742 au BufNewFile,BufRead *.tf,.tfrc,tfrc setf tf
1743 1743
1744 " tmux configuration 1744 " tmux configuration