summaryrefslogtreecommitdiffstats
path: root/scripts/test
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-09-15 11:19:56 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-09-15 11:19:56 +0200
commit271679272c7bb1a281c7404408a2414068abf91c (patch)
tree2fc9d0360160659640ea75eefc1243c377507e35 /scripts/test
parentd43d269bedbb6bcf725eaf5bb5b3c5a0bcfcb0c0 (diff)
downloadvim-polyglot-271679272c7bb1a281c7404408a2414068abf91c.tar.gz
vim-polyglot-271679272c7bb1a281c7404408a2414068abf91c.zip
Fix eruby filetype detect, closes #547v4.9.10v4.10.1
Diffstat (limited to 'scripts/test')
-rwxr-xr-xscripts/test2
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!
")