diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2016-06-26 18:03:28 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2016-06-26 18:03:28 +0200 |
commit | c69562f864cb0ee973142a45091f6cb46ce0b1df (patch) | |
tree | f10ac7812b56cfa944367bae62f8cea0ffd54414 /ftplugin/tmux.vim | |
parent | 40c54bc12b5700f6bffed12209489e1f669f6423 (diff) | |
download | vim-polyglot-c69562f864cb0ee973142a45091f6cb46ce0b1df.tar.gz vim-polyglot-c69562f864cb0ee973142a45091f6cb46ce0b1df.zip |
Updatev2.9.3
Diffstat (limited to 'ftplugin/tmux.vim')
-rw-r--r-- | ftplugin/tmux.vim | 5 |
1 files changed, 5 insertions, 0 deletions
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 |