diff options
Diffstat (limited to 'ftdetect')
-rw-r--r-- | ftdetect/gentoo.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftdetect/gentoo.vim b/ftdetect/gentoo.vim index d5f6808..a7ae000 100644 --- a/ftdetect/gentoo.vim +++ b/ftdetect/gentoo.vim @@ -33,7 +33,7 @@ au BufNewFile,BufRead ChangeLog* au BufNewFile,BufRead /etc/init.d/* \ set filetype=gentoo-init-d | -au BufNewFile,BufRead /*/files/* +au BufNewFile,BufRead * \ if (getline(1) =~? "#!/sbin/\\(runscript\\|openrc-run\\)") | \ set filetype=gentoo-init-d | \ endif |