comparison src/testdir/test_set.in @ 6841:0f1cc87630d8 v7.4.741

patch 7.4.741 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)
author Bram Moolenaar <bram@vim.org>
date Fri, 19 Jun 2015 14:06:43 +0200
parents
children
comparison
equal deleted inserted replaced
6840:37828f7503c7 6841:0f1cc87630d8
1 Tests for :set vim: set ft=vim :
2
3 STARTTEST
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!
10 ENDTEST
11
12 Output goes here