From 5d0150e326cf29936c832eb3b7ca846299f597b6 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Fri, 21 Aug 2020 19:49:36 +0200 Subject: Migrate build script to ruby --- ftplugin/tmux.vim | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ftplugin') 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 -- cgit v1.2.3