diff options
Diffstat (limited to 'ftplugin')
| -rw-r--r-- | ftplugin/tmux.vim | 3 | 
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 | 
