mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-07 15:37:14 +02:00
Add new test files.
This commit is contained in:
committed by
Douglas Drumond
parent
1932308565
commit
9ffb99aaac
@@ -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
|
||||
@@ -0,0 +1 @@
|
||||
*.png,*.jpg
|
||||
Reference in New Issue
Block a user