From a37e7e29392b9496ffb08258d965515e9cf57a80 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 30 Sep 2020 01:22:44 +0200 Subject: Reduce startup time by avoiding calling slow au! --- tests/extensions.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/extensions.vim b/tests/extensions.vim index 6492e1ac..f6606532 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") +" This is defined only by vim-native scripts.vim for now call TestExtension("sh", "bash7", ":") " Vim help file -- cgit v1.2.3