annotate runtime/ftplugin/tmux.vim @ 24679:80422f66978a
v8.2.2878
patch 8.2.2878: Vim9: for loop list unpack only allows for one "_"
Commit: https://github.com/vim/vim/commit/b777da9be8eb421982e567702db3195475383dec
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat May 22 21:40:39 2021 +0200
patch 8.2.2878: Vim9: for loop list unpack only allows for one "_"
Problem: Vim9: for loop list unpack only allows for one "_".
Solution: Drop the value when the variable is "_". (closes https://github.com/vim/vim/issues/8232)
author |
Bram Moolenaar <Bram@vim.org> |
date |
Sat, 22 May 2021 21:45:02 +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
|