forked from aniani/vim
patch 9.0.0814: aws config files are not recognized
Problem: Aws config files are not recognized.
Solution: Use "confini" for aws config files. (Justin M. Keyes,
closes #11416)
This commit is contained in:
committed by
Bram Moolenaar
parent
4bc85f23ed
commit
436e5d395f
@@ -1372,6 +1372,7 @@ au BufNewFile,BufRead pf.conf setf pf
|
||||
|
||||
" ini style config files, using # comments
|
||||
au BufNewFile,BufRead */etc/pacman.conf,mpv.conf setf confini
|
||||
au BufNewFile,BufRead */.aws/config,*/.aws/credentials setf confini
|
||||
|
||||
" Pacman hooks
|
||||
au BufNewFile,BufRead *.hook
|
||||
|
||||
Reference in New Issue
Block a user