mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 11:33:52 -05:00
Use conf for /etc/hosts, fixes #595
This commit is contained in:
@@ -2545,7 +2545,7 @@ if !has_key(s:disabled_packages, 'alsaconf')
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
if !has_key(s:disabled_packages, 'conf')
|
if !has_key(s:disabled_packages, 'conf')
|
||||||
au BufNewFile,BufRead *.conf,auto.master,config setf conf
|
au BufNewFile,BufRead *.conf,*/etc/hosts,auto.master,config setf conf
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if !has_key(s:disabled_packages, 'master')
|
if !has_key(s:disabled_packages, 'master')
|
||||||
|
|||||||
@@ -1958,6 +1958,7 @@ filetypes:
|
|||||||
filenames:
|
filenames:
|
||||||
- auto.master
|
- auto.master
|
||||||
- config
|
- config
|
||||||
|
- '*/etc/hosts'
|
||||||
---
|
---
|
||||||
name: b
|
name: b
|
||||||
remote: vim/vim:runtime
|
remote: vim/vim:runtime
|
||||||
|
|||||||
Reference in New Issue
Block a user