diff src/testdir/test_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 4bb526ae0989
line wrap: on
line diff
--- a/src/testdir/test_filetype.vim
+++ b/src/testdir/test_filetype.vim
@@ -322,6 +322,7 @@ let s:filename_checks = {
     \ 'openroad': ['file.or'],
     \ 'ora': ['file.ora'],
     \ 'pamconf': ['/etc/pam.conf'],
+    \ 'pamenv': ['/home/user/.pam_environment'],
     \ 'papp': ['file.papp', 'file.pxml', 'file.pxsl'],
     \ 'pascal': ['file.pas', 'file.dpr'],
     \ 'passwd': ['any/etc/passwd', 'any/etc/passwd-', 'any/etc/passwd.edit', 'any/etc/shadow', 'any/etc/shadow-', 'any/etc/shadow.edit', 'any/var/backups/passwd.bak', 'any/var/backups/shadow.bak'],