comparison runtime/filetype.vim @ 20361:4bb526ae0989 v8.2.0736

patch 8.2.0736: some files not recognized as pamenv Commit: https://github.com/vim/vim/commit/aacc6afdb8cdeb2558e6942dcd65ca0079bec1ee Author: Bram Moolenaar <Bram@vim.org> Date: Mon May 11 19:46:36 2020 +0200 patch 8.2.0736: some files not recognized as pamenv Problem: Some files not recognized as pamenv. Solution: Add pam_inv.conf. (closes https://github.com/vim/vim/issues/6065)
author Bram Moolenaar <Bram@vim.org>
date Mon, 11 May 2020 20:00:04 +0200
parents 2334bf788e8a
children 6e6c98dc5732
comparison
equal deleted inserted replaced
20360:0af966ee7337 20361:4bb526ae0989
1132 1132
1133 " Pam conf 1133 " Pam conf
1134 au BufNewFile,BufRead */etc/pam.conf setf pamconf 1134 au BufNewFile,BufRead */etc/pam.conf setf pamconf
1135 1135
1136 " Pam environment 1136 " Pam environment
1137 au BufNewFile,BufRead .pam_environment setf pamenv 1137 au BufNewFile,BufRead pam_env.conf,.pam_environment setf pamenv
1138 1138
1139 " PApp 1139 " PApp
1140 au BufNewFile,BufRead *.papp,*.pxml,*.pxsl setf papp 1140 au BufNewFile,BufRead *.papp,*.pxml,*.pxsl setf papp
1141 1141
1142 " Password file 1142 " Password file