blob: 9c92ff9c6e0df01b0956349493ef2dbd2cecbd52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
" Vim filetype plugin file
" Language: Tmux config
" Maintainer: Eric Pruitt <eric.pruitt@gmail.com>
" Last Change: 2017 Mar 04
if exists("b:did_ftplugin")
finish
endif
let b:did_ftplugin = 1
setlocal commentstring=#\ %s
|