annotate runtime/ftplugin/tmux.vim @ 17481:0cd89bb4dfa8
Added tag v8.1.1738 for changeset 91cac682b09ac05e96d4f844e2211cff048df35e
author |
Bram Moolenaar <Bram@vim.org> |
date |
Wed, 24 Jul 2019 13:15:08 +0200 |
parents |
d0a20101ecb2 |
children |
3b34837f4538 |
rev |
line source |
11062
|
1 " Vim filetype plugin file
|
11160
|
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
|
11062
|
6
|
|
7 if exists("b:did_ftplugin")
|
|
8 finish
|
|
9 endif
|
|
10 let b:did_ftplugin = 1
|
|
11
|
|
12 setlocal commentstring=#\ %s
|