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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user