annotate runtime/ftplugin/tmux.vim @ 20285:bce10d039e06
v8.2.0698
patch 8.2.0698: insert mode completion not fully tested
Commit: https://github.com/vim/vim/commit/f9ab52e155dc13f59b654d754041fe78e17b9074
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue May 5 19:57:18 2020 +0200
patch 8.2.0698: insert mode completion not fully tested
Problem: Insert mode completion not fully tested.
Solution: Add a few more tests. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/6041)
author |
Bram Moolenaar <Bram@vim.org> |
date |
Tue, 05 May 2020 20:00:05 +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
|