tmux.vim 292 B

12345678910111213
  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. if exists("b:did_ftplugin")
  7. finish
  8. endif
  9. let b:did_ftplugin = 1
  10. setlocal commentstring=#\ %s