commit | 8f79acdf7ede2693fbda53c3c9693f16db4f193b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 01 14:48:20 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 01 14:48:20 2016 +0100 |
tree | b897f76e3c986698541a575f74034c0ae358d853 | |
parent | 8dfc5eb32818b11ff5818a060324b94345c40031 [diff] [blame] |
patch 7.4.1017 Problem: When there is a backslash in an option ":set -=" doesn't work. Solution: Handle a backslash better. (Jacob Niehus) Add a new test, merge in old test.
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index f15a2dc..b1e2ed8 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim
@@ -3,5 +3,6 @@ source test_lispwords.vim source test_searchpos.vim +source test_set.vim source test_sort.vim source test_undolevels.vim