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 12setlocal commentstring=#\ %s 13