annotate runtime/ftplugin/tmux.vim @ 31430:e5e95e8c78a7
Update runtime files
Commit: https://github.com/vim/vim/commit/7db29e4b5c3a347d24ca5062ddaa5cf4c4d54b9c
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Dec 11 15:53:04 2022 +0000
Update runtime files
author |
Bram Moolenaar <Bram@vim.org> |
date |
Sun, 11 Dec 2022 17:00:05 +0100 |
parents |
3b34837f4538 |
children |
|
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
|
25973
|
12 let b:undo_ftplugin = "setlocal comments< commentstring<"
|
|
13
|
|
14 setlocal comments=:#
|
11062
|
15 setlocal commentstring=#\ %s
|