xref: /vim-8.2.3635/runtime/ftplugin/tmux.vim (revision 2286304c)
1" Vim filetype plugin file
2" Language: 	tmux(1) configuration file
3" URL: 		https://github.com/ericpruitt/tmux.vim/
4" Maintainer: 	Eric Pruitt <[email protected]>
5" Last Changed: 2017 Mar 10
6
7if exists("b:did_ftplugin")
8  finish
9endif
10let b:did_ftplugin = 1
11
12let b:undo_ftplugin = "setlocal comments< commentstring<"
13
14setlocal comments=:#
15setlocal commentstring=#\ %s
16