commit | c8ce615299b4d8c1b2e6cf83496f48cd497d8a37 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 07 13:48:20 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 07 13:48:20 2016 +0200 |
tree | 8999cef1f862e02a9c3fbf742c278e618502b16b | |
parent | 3321e9d8a36c91c62d8ba3d43430b5c213b87f8b [diff] [blame] |
patch 7.4.2174 Problem: Adding duplicate flags to 'whichwrap' leaves commas behind. Solution: Also remove the commas. (Naruhiko Nishino)
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index 0245fad..8dd6984 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim
@@ -38,3 +38,4 @@ source test_true_false.vim source test_unlet.vim source test_window_cmd.vim +source test_options.vim