summaryrefslogtreecommitdiffstats
path: root/ftplugin/tmux.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ftplugin/tmux.vim')
-rw-r--r--ftplugin/tmux.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/ftplugin/tmux.vim b/ftplugin/tmux.vim
index b9cbc253..4b830a6b 100644
--- a/ftplugin/tmux.vim
+++ b/ftplugin/tmux.vim
@@ -11,6 +11,9 @@ if exists("b:did_ftplugin")
endif
let b:did_ftplugin = 1
+let b:undo_ftplugin = "setlocal comments< commentstring<"
+
+setlocal comments=:#
setlocal commentstring=#\ %s
endif