diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2018-02-11 16:11:49 +0100 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2018-02-11 19:03:28 +0100 |
| commit | 5c05cd43cb44884f31972e6d526f275721b22ff7 (patch) | |
| tree | 848ba230a3617472280877cf196a6be44149eb2b | |
| parent | 9bf9cc69c1c0b8402c575c164ea4ef792dd7bb90 (diff) | |
| download | rneovim-5c05cd43cb44884f31972e6d526f275721b22ff7.tar.gz rneovim-5c05cd43cb44884f31972e6d526f275721b22ff7.tar.bz2 rneovim-5c05cd43cb44884f31972e6d526f275721b22ff7.zip | |
test/old: skip test for unsupported 'cpoptions' flag
| -rw-r--r-- | src/nvim/testdir/test_substitute.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_substitute.vim b/src/nvim/testdir/test_substitute.vim index 47d5dfef51..75ce24de46 100644 --- a/src/nvim/testdir/test_substitute.vim +++ b/src/nvim/testdir/test_substitute.vim @@ -261,6 +261,7 @@ endfunc " Test for *:s%* on :substitute. func Test_sub_cmd_6() + throw "skipped: Nvim removed POSIX-related 'cpoptions' flags" set magic& set cpo+=/ |