diff runtime/filetype.vim @ 20361:4bb526ae0989 v8.2.0736

patch 8.2.0736: some files not recognized as pamenv Commit: https://github.com/vim/vim/commit/aacc6afdb8cdeb2558e6942dcd65ca0079bec1ee Author: Bram Moolenaar <Bram@vim.org> Date: Mon May 11 19:46:36 2020 +0200 patch 8.2.0736: some files not recognized as pamenv Problem: Some files not recognized as pamenv. Solution: Add pam_inv.conf. (closes https://github.com/vim/vim/issues/6065)
author Bram Moolenaar <Bram@vim.org>
date Mon, 11 May 2020 20:00:04 +0200
parents 2334bf788e8a
children 6e6c98dc5732
line wrap: on
line diff
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -1134,7 +1134,7 @@ au BufNewFile,BufRead pf.conf			setf pf
 au BufNewFile,BufRead */etc/pam.conf		setf pamconf
 
 " Pam environment
-au BufNewFile,BufRead .pam_environment		setf pamenv
+au BufNewFile,BufRead pam_env.conf,.pam_environment	setf pamenv
 
 " PApp
 au BufNewFile,BufRead *.papp,*.pxml,*.pxsl	setf papp