From 34eb36e6d1f6a930200c2afe2db583158cd59f18 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Fri, 6 Sep 2019 14:49:10 +0200 Subject: Fix tmux plugin --- ftplugin/tmux.vim | 16 ++++++++++++++++ 1 file changed, 16 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..86f87f63 --- /dev/null +++ b/ftplugin/tmux.vim @@ -0,0 +1,16 @@ +if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'tmux') != -1 + finish +endif + +" Vim filetype plugin file +" Language: tmux(1) configuration file +" URL: https://github.com/ericpruitt/tmux.vim/ +" Maintainer: Eric Pruitt +" Last Changed: 2017 Mar 10 + +if exists("b:did_ftplugin") + finish +endif +let b:did_ftplugin = 1 + +setlocal commentstring=#\ %s -- cgit v1.2.3