From 543e8c917beddea04099ce9fe28e780ef7bda7fa Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 29 Sep 2020 21:48:38 +0200 Subject: Modularize lazy loading of polyglot parts --- tests/extensions.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/extensions.vim b/tests/extensions.vim index 16548eb8..6492e1ac 100644 --- a/tests/extensions.vim +++ b/tests/extensions.vim @@ -30,6 +30,7 @@ call TestExtension("sh", "bash3", "#! /bin/bash2.3") call TestExtension("sh", "bash4", "#!/usr/bin/env bash") call TestExtension("sh", "bash6", "#!/usr/bin/env -i -=split-string foo=bar bash -l foo") call TestExtension("sh", "bash1", "#!/bin/bash") +call TestExtension("sh", "bash7", ":") " Vim help file call TestExtension("help", $VIMRUNTIME . "/doc/foobar.txt", "") -- cgit v1.2.3