From 3da600ac3070976142f81025b53dda44d99d44e4 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Fri, 9 Oct 2020 23:00:41 +0200 Subject: Relax previous commit a bit --- ftdetect/polyglot.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftdetect') diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index 3d08e2ab..960e41b1 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -1820,7 +1820,7 @@ if !has_key(s:disabled_packages, 'toml') endif if !has_key(s:disabled_packages, 'tmux') - au BufNewFile,BufRead .tmux*.conf setf tmux + au BufNewFile,BufRead {.,}tmux*.conf setf tmux endif if !has_key(s:disabled_packages, 'thrift') -- cgit v1.2.3