From c69562f864cb0ee973142a45091f6cb46ce0b1df Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sun, 26 Jun 2016 18:03:28 +0200 Subject: Update --- ftplugin/tmux.vim | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ftplugin/tmux.vim (limited to 'ftplugin/tmux.vim') diff --git a/ftplugin/tmux.vim b/ftplugin/tmux.vim new file mode 100644 index 00000000..fa2ae587 --- /dev/null +++ b/ftplugin/tmux.vim @@ -0,0 +1,5 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'tmux') == -1 + +setlocal commentstring=#\ %s + +endif -- cgit v1.2.3