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
|
||||
|
||||
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
|
||||
|
||||
if !has_key(s:disabled_packages, 'master')
|
||||
|
||||
@@ -1958,6 +1958,7 @@ filetypes:
|
||||
filenames:
|
||||
- auto.master
|
||||
- config
|
||||
- '*/etc/hosts'
|
||||
---
|
||||
name: b
|
||||
remote: vim/vim:runtime
|
||||
|
||||
Reference in New Issue
Block a user