summaryrefslogtreecommitdiffstats
path: root/ftdetect
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2015-03-10 21:56:33 -0700
committerAdam Stankiewicz <sheerun@sher.pl>2015-03-10 21:56:33 -0700
commitacd7ce59503b22ac7663fc25776efe25e266f1d4 (patch)
tree0a7b4c05f478fa529ddf81a359528cddf70fb4ab /ftdetect
parentf24fecc338b5129a47c343f61daad2c2fe7a4ab0 (diff)
downloadvim-polyglot-1.13.1.tar.gz
vim-polyglot-1.13.1.zip
Updatev1.13.1
Diffstat (limited to 'ftdetect')
-rw-r--r--ftdetect/polyglot.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim
index cb0d263d..3cec93cf 100644
--- a/ftdetect/polyglot.vim
+++ b/ftdetect/polyglot.vim
@@ -197,6 +197,7 @@ 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{.*,} setlocal filetype=tmux
+autocmd BufNewFile,BufRead {.,}tmux.conf{.*,} setlocal commentstring=#\ %s
autocmd BufNewFile,BufRead *.toml set filetype=toml
autocmd BufNewFile,BufRead Cargo.lock set filetype=toml
autocmd BufNewFile,BufRead *.twig set filetype=twig