diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-15 11:19:56 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-15 11:19:56 +0200 |
commit | 271679272c7bb1a281c7404408a2414068abf91c (patch) | |
tree | 2fc9d0360160659640ea75eefc1243c377507e35 /scripts/test | |
parent | d43d269bedbb6bcf725eaf5bb5b3c5a0bcfcb0c0 (diff) | |
download | vim-polyglot-271679272c7bb1a281c7404408a2414068abf91c.tar.gz vim-polyglot-271679272c7bb1a281c7404408a2414068abf91c.zip |
Diffstat (limited to 'scripts/test')
-rwxr-xr-x | scripts/test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test b/scripts/test index e5418fa4..9e023bb9 100755 --- a/scripts/test +++ b/scripts/test @@ -6,7 +6,7 @@ vim --clean -N -u <(echo " let &rtp='$PWD,'.&rtp let g:polyglot_test = 1 source scripts/test_extensions.vim - \"source scripts/test_filetypes.vim + source scripts/test_filetypes.vim qa! ") |