diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2019-09-21 14:07:50 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-21 14:07:50 -0700 |
| commit | fd82ce4a3a9c9833e07db079debf6c9b94a2cfd3 (patch) | |
| tree | 30520e000a28c2b2099c641ce33826aea0c07541 /src/nvim/testdir/test_syntax.vim | |
| parent | b3e56957f8e9468497e5db508d97d7b560ccfe85 (diff) | |
| parent | 111d34849a0670842b56c17c3922dbf0576bb39b (diff) | |
| download | rneovim-fd82ce4a3a9c9833e07db079debf6c9b94a2cfd3.tar.gz rneovim-fd82ce4a3a9c9833e07db079debf6c9b94a2cfd3.tar.bz2 rneovim-fd82ce4a3a9c9833e07db079debf6c9b94a2cfd3.zip | |
Merge #11060 from janlazo/vim-8.1.1783
vim-patch:8.0.{1109,1529,1539,1621,1733,1771,1776},8.1.{1783,2054,2058}
Diffstat (limited to 'src/nvim/testdir/test_syntax.vim')
| -rw-r--r-- | src/nvim/testdir/test_syntax.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_syntax.vim b/src/nvim/testdir/test_syntax.vim index 598a00476c..b9310e2168 100644 --- a/src/nvim/testdir/test_syntax.vim +++ b/src/nvim/testdir/test_syntax.vim @@ -1,6 +1,7 @@ " Test for syntax and syntax iskeyword option source view_util.vim +source screendump.vim func GetSyntaxItem(pat) let c = '' @@ -526,7 +527,7 @@ func Test_syntax_c() let $COLORFGBG = '15;0' let buf = RunVimInTerminal('Xtest.c', {}) - call VerifyScreenDump(buf, 'Test_syntax_c_01') + call VerifyScreenDump(buf, 'Test_syntax_c_01', {}) call StopVimInTerminal(buf) let $COLORFGBG = '' |