From aacc6afdb8cdeb2558e6942dcd65ca0079bec1ee Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 11 May 2020 19:46:36 +0200 Subject: patch 8.2.0736: some files not recognized as pamenv Problem: Some files not recognized as pamenv. Solution: Add pam_inv.conf. (closes #6065) --- runtime/filetype.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime') diff --git a/runtime/filetype.vim b/runtime/filetype.vim index 6d26ea098..7157f092b 100644 --- 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 -- cgit v1.2.1