Reduce startup time by avoiding calling slow au!

This commit is contained in:
Adam Stankiewicz
2020-09-30 01:22:44 +02:00
parent c1aac2e279
commit a37e7e2939
4 changed files with 245 additions and 235 deletions

View File

@@ -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