mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 13:03:50 -05:00
Reduce startup time by avoiding calling slow au!
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user