summaryrefslogtreecommitdiffstats
path: root/ftdetect
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2014-12-11 23:11:43 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2014-12-11 23:11:43 +0100
commitb79385feccda217e6a346a37a1ec5afdcc05839b (patch)
treef94d4e111e4da384158904fbe19d05a511bf0eb7 /ftdetect
parent03dd22587ab71f60f8297dfe2c1e448016de4ee0 (diff)
downloadvim-polyglot-b79385feccda217e6a346a37a1ec5afdcc05839b.tar.gz
vim-polyglot-b79385feccda217e6a346a37a1ec5afdcc05839b.zip
Change tmux source to tejr/vim-tmux, closes #45
Diffstat (limited to 'ftdetect')
-rw-r--r--ftdetect/polyglot.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim
index eaf105bd..4e194287 100644
--- a/ftdetect/polyglot.vim
+++ b/ftdetect/polyglot.vim
@@ -196,7 +196,7 @@ au BufNewFile,BufRead *.target set filetype=systemd
au BufNewFile,BufRead *.timer set filetype=systemd
au BufRead,BufNewFile *.textile set filetype=textile
au BufNewFile,BufRead *.thrift setlocal filetype=thrift
-autocmd BufNewFile,BufRead .tmux.conf*,tmux.conf* setf tmux
+autocmd BufNewFile,BufRead {.,}tmux.conf{.*,} setlocal filetype=tmux
autocmd BufNewFile,BufRead *.toml set filetype=toml
autocmd BufNewFile,BufRead *.twig set filetype=twig
autocmd BufNewFile,BufRead *.html.twig set filetype=html.twig