Add new test files.

This commit is contained in:
Bram Moolenaar
2015-06-19 14:08:15 +02:00
committed by Douglas Drumond
parent 1932308565
commit 9ffb99aaac
2 changed files with 13 additions and 0 deletions
+12
View File
@@ -0,0 +1,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
+1
View File
@@ -0,0 +1 @@
*.png,*.jpg