diff runtime/filetype.vim @ 20315:190ffc6453d4 v8.2.0713

patch 8.2.0713: the pam_environment file is not recognized Commit: https://github.com/vim/vim/commit/611548105394fdb76827cd431230c9fbfed39929 Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 7 18:51:27 2020 +0200 patch 8.2.0713: the pam_environment file is not recognized Problem: The pam_environment file is not recognized. Solution: Add a filetype pattern for pamenv. (closes https://github.com/vim/vim/issues/6051)
author Bram Moolenaar <Bram@vim.org>
date Thu, 07 May 2020 19:00:04 +0200
parents ca9c2be2334a
children 2334bf788e8a
line wrap: on
line diff
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -1133,6 +1133,9 @@ au BufNewFile,BufRead pf.conf			setf pf
 " Pam conf
 au BufNewFile,BufRead */etc/pam.conf		setf pamconf
 
+" Pam environment
+au BufNewFile,BufRead .pam_environment		setf pamenv
+
 " PApp
 au BufNewFile,BufRead *.papp,*.pxml,*.pxsl	setf papp