summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-05-11 19:46:36 +0200
committerBram Moolenaar <Bram@vim.org>2020-05-11 19:46:36 +0200
commitaacc6afdb8cdeb2558e6942dcd65ca0079bec1ee (patch)
treea59d7bdb862ddf0ffbad81ec917039d8071ada63 /runtime
parentbc38f25c021dc4314c77d50a608329a328b0d988 (diff)
downloadvim-git-aacc6afdb8cdeb2558e6942dcd65ca0079bec1ee.tar.gz
patch 8.2.0736: some files not recognized as pamenvv8.2.0736
Problem: Some files not recognized as pamenv. Solution: Add pam_inv.conf. (closes #6065)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/filetype.vim2
1 files changed, 1 insertions, 1 deletions
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