mirror of
https://github.com/neovim/neovim.git
synced 2026-04-20 22:35:33 +00:00
vim-patch:8.2.4077: not all Libsensors files are recognized (#17080)
Problem: Not all Libsensors files are recognized.
Solution: Add "sensors.d/*" pattern. (Doug Kearns)
8d9e470aa9
This commit is contained in:
@@ -1346,6 +1346,7 @@ local pattern = {
|
||||
[".*/constant/g"] = function() vim.fn["dist#ft#FTfoam"]() end,
|
||||
[".*/0/.*"] = function() vim.fn["dist#ft#FTfoam"]() end,
|
||||
[".*/0%.orig/.*"] = function() vim.fn["dist#ft#FTfoam"]() end,
|
||||
[".*/etc/sensors%.d/[^.].*"] = starsetf('sensors'),
|
||||
-- END PATTERN
|
||||
}
|
||||
-- luacheck: pop
|
||||
|
||||
Reference in New Issue
Block a user