1
0
forked from aniani/vim

patch 8.2.4077: not all Libsensors files are recognized

Problem:    Not all Libsensors files are recognized.
Solution:   Add "sensors.d/*" pattern. (Doug Kearns)
This commit is contained in:
Bram Moolenaar
2022-01-13 14:49:10 +00:00
parent 71930f174d
commit 8d9e470aa9
3 changed files with 6 additions and 1 deletions

View File

@@ -2286,6 +2286,9 @@ au BufNewFile,BufRead Kconfig.* call s:StarSetf('kconfig')
" Lilo: Linux loader
au BufNewFile,BufRead lilo.conf* call s:StarSetf('lilo')
" Libsensors
au BufNewFile,BufRead */etc/sensors.d/[^.]* call s:StarSetf('sensors')
" Logcheck
au BufNewFile,BufRead */etc/logcheck/*.d*/* call s:StarSetf('logcheck')