Files
vim-polyglot/scripts/test
Adam Stankiewicz 080b8cdc60 Fix ansible ftdetect
2020-08-25 14:26:38 +02:00

14 lines
231 B
Bash
Executable File

#!/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!'
"