From 2116dd281b99ed77bf9134f96a33230dc5b30e1c Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Mon, 28 Sep 2020 00:31:39 +0200 Subject: Fix some missing extensions warnings --- autoload/sleuth.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoload/sleuth.vim') diff --git a/autoload/sleuth.vim b/autoload/sleuth.vim index aa61d8fb..41ebe474 100644 --- a/autoload/sleuth.vim +++ b/autoload/sleuth.vim @@ -200,7 +200,7 @@ let s:globs = { \ 'terraform': '*.hcl,*.nomad,*.tf,*.tfvars,*.workflow', \ 'textile': '*.textile', \ 'thrift': '*.thrift', - \ 'tmux': '.tmux.conf', + \ 'tmux': '.tmux*.conf', \ 'toml': '*.toml,Cargo.lock,Gopkg.lock,poetry.lock,Pipfile', \ 'tptp': '*.p,*.tptp,*.ax', \ 'trasys': '*.inp', -- cgit v1.2.3