vim-patch:9.0.1256: NetworkManager connection files are not recognized (#22038)

Problem:    NetworkManager connection files are not recognized.
Solution:   Add a pattern for NetworkManager connection files. (closes vim/vim#11893)

04e4f1d985

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
This commit is contained in:
Christian Clason
2023-01-29 10:39:20 +01:00
committed by GitHub
parent 4c90a84c61
commit 8144deb098
2 changed files with 2 additions and 1 deletions

View File

@@ -226,6 +226,7 @@ local extension = {
hook = function(path, bufnr)
return M.getlines(bufnr, 1) == '[Trigger]' and 'conf'
end,
nmconnection = 'confini',
mklx = 'context',
mkiv = 'context',
mkii = 'context',