diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-30 01:22:44 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-30 01:22:44 +0200 |
commit | a37e7e29392b9496ffb08258d965515e9cf57a80 (patch) | |
tree | 02b51087f251bb168207a90e92520d02f3e3394b /tests | |
parent | c1aac2e2794006d035c8bb9a8c7037b78e8ecbba (diff) | |
download | vim-polyglot-a37e7e29392b9496ffb08258d965515e9cf57a80.tar.gz vim-polyglot-a37e7e29392b9496ffb08258d965515e9cf57a80.zip |
Reduce startup time by avoiding calling slow au!
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 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 |