view 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
line wrap: on
line source

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