forked from aniani/vim
Problem: When using += with ":set" a trailing comma is not recognized.
(Issue 365)
Solution: Don't add a second comma. Add a test. (partly by Christian
Brabandt)
13 lines
194 B
Plaintext
13 lines
194 B
Plaintext
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
|