summaryrefslogtreecommitdiffstats
path: root/ftplugin
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-08-21 19:49:36 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-08-21 19:49:36 +0200
commit5d0150e326cf29936c832eb3b7ca846299f597b6 (patch)
tree91f70aade5ef2e3fa8974c5eaffc93bdb6451370 /ftplugin
parentcf8e31ff7faee18a28c784ab97eeeab809c2cb8d (diff)
downloadvim-polyglot-5d0150e326cf29936c832eb3b7ca846299f597b6.tar.gz
vim-polyglot-5d0150e326cf29936c832eb3b7ca846299f597b6.zip
Migrate build script to ruby
Diffstat (limited to 'ftplugin')
-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