summaryrefslogtreecommitdiffstats
path: root/scripts/test
blob: 88a2e973804a9c1f21dc8b0f0578ae17e29b9f2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

set -e

vim --clean -N --cmd "
  filetype plugin indent on
  syntax enable
  let &rtp='$PWD,'.&rtp
  source ftdetect/polyglot.vim
  source scripts/test_extensions.vim
  source scripts/test_filetypes.vim
  exec ':q!'
"