diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-06-19 14:06:43 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-06-19 14:06:43 +0200 |
commit | a7b7b1cef9b61700ba5076c1d889dce791392388 (patch) | |
tree | 83f9d334df5c9f15803421e217d0123385b22603 /src/testdir/test_set.ok | |
parent | 541f92d6cfdf2215e743553b5f4b6529dd9fcf31 (diff) | |
download | vim-a7b7b1cef9b61700ba5076c1d889dce791392388.zip |
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)
Diffstat (limited to 'src/testdir/test_set.ok')
-rw-r--r-- | src/testdir/test_set.ok | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_set.ok b/src/testdir/test_set.ok new file mode 100644 index 000000000..5d6a70872 --- /dev/null +++ b/src/testdir/test_set.ok @@ -0,0 +1 @@ +*.png,*.jpg |