annotate runtime/ftplugin/tmux.vim @ 12750:0b6c09957b43
v8.0.1253
patch 8.0.1253: still too many old style tests
commit https://github.com/vim/vim/commit/430dc5d360166ca5bb6a73f2c87ae53e09282ecb
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Nov 2 21:04:47 2017 +0100
patch 8.0.1253: still too many old style tests
Problem: Still too many old style tests.
Solution: Convert a few more tests to new style. (Yegappan Lakshmanan,
closes #2272)
author |
Christian Brabandt <cb@256bit.org> |
date |
Thu, 02 Nov 2017 21:15:05 +0100 |
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
|