summaryrefslogtreecommitdiff
path: root/src/testdir/test_set.in
blob: 5528ee6e302df39adccbc796a21fdebf6f87cbd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Tests for :set     vim: set ft=vim :

STARTTEST
:so small.vim
:set wildignore=*.png,
:set wildignore+=*.jpg
:$put =&wildignore
:/^Output goes here/+1,$w! test.out
:qa!
ENDTEST

Output goes here