diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-05-11 23:56:53 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-05-11 23:57:29 -0400 |
commit | 076b0949d045d19decb2625c04128200ce8a987f (patch) | |
tree | c93a5bd60fcbe64faf230f8c5ef508e0ab01482a /runtime | |
parent | adcabb73bc48732df420e9de7b067ebba2f25f55 (diff) | |
download | rneovim-076b0949d045d19decb2625c04128200ce8a987f.tar.gz rneovim-076b0949d045d19decb2625c04128200ce8a987f.tar.bz2 rneovim-076b0949d045d19decb2625c04128200ce8a987f.zip |
vim-patch:8.2.0736: some files not recognized as pamenv
Problem: Some files not recognized as pamenv.
Solution: Add pam_inv.conf. (closes vim/vim#6065)
https://github.com/vim/vim/commit/aacc6afdb8cdeb2558e6942dcd65ca0079bec1ee
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/filetype.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim index f2ae298b48..0b5003dc44 100644 --- a/runtime/filetype.vim +++ b/runtime/filetype.vim @@ -1130,7 +1130,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 |