1
0
forked from aniani/vim

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 #6051)
This commit is contained in:
Bram Moolenaar
2020-05-07 18:51:27 +02:00
parent 0ff5dedf0f
commit 6115481053
3 changed files with 6 additions and 0 deletions

View File

@@ -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