annotate runtime/ftplugin/tmux.vim @ 21417:53ff4dfe6e11
v8.2.1259
patch 8.2.1259: empty group in 'tabline' may cause using an invalid pointer
Commit: https://github.com/vim/vim/commit/f56c95fdad5af521887f8cd7bc15729b5355231d
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Jul 21 19:25:18 2020 +0200
patch 8.2.1259: empty group in 'tabline' may cause using an invalid pointer
Problem: Empty group in 'tabline' may cause using an invalid pointer.
Solution: Set the group start position. (closes https://github.com/vim/vim/issues/6505)
author |
Bram Moolenaar <Bram@vim.org> |
date |
Tue, 21 Jul 2020 19:30:04 +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
|