tmux.vim (372B)
1 " Vim filetype plugin file 2 " Language: tmux(1) configuration file 3 " URL: https://github.com/ericpruitt/tmux.vim/ 4 " Maintainer: Eric Pruitt <eric.pruitt@gmail.com> 5 " Last Changed: 2017 Mar 10 6 7 if exists("b:did_ftplugin") 8 finish 9 endif 10 let b:did_ftplugin = 1 11 12 let b:undo_ftplugin = "setlocal comments< commentstring<" 13 14 setlocal comments=:# 15 setlocal commentstring=#\ %s