diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-29 21:48:38 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-29 21:48:38 +0200 |
commit | 543e8c917beddea04099ce9fe28e780ef7bda7fa (patch) | |
tree | 575b5f24e0d0f59b7b550f90f7aabe988178da65 /tests | |
parent | 2f133372bc19259888036c659cc618299ae5df59 (diff) | |
download | vim-polyglot-543e8c917beddea04099ce9fe28e780ef7bda7fa.tar.gz vim-polyglot-543e8c917beddea04099ce9fe28e780ef7bda7fa.zip |
Modularize lazy loading of polyglot parts
Diffstat (limited to 'tests')
-rw-r--r-- | tests/extensions.vim | 1 |
1 files changed, 1 insertions, 0 deletions
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", "") |