blob: 5528ee6e302df39adccbc796a21fdebf6f87cbd5 [file] [log] [blame]
Bram Moolenaara7b7b1c2015-06-19 14:06:43 +02001Tests for :set vim: set ft=vim :
2
3STARTTEST
4:so small.vim
5:set wildignore=*.png,
6:set wildignore+=*.jpg
7:$put =&wildignore
8:/^Output goes here/+1,$w! test.out
9:qa!
10ENDTEST
11
12Output goes here