diff options
| author | Michael Reed <m.reed@mykolab.com> | 2015-07-03 05:18:05 -0400 |
|---|---|---|
| committer | Michael Reed <m.reed@mykolab.com> | 2015-07-19 15:14:22 -0400 |
| commit | 3931a36340b71f2c3b7ea65132176fda77fe36c4 (patch) | |
| tree | 2aee06dfa50a152812f9bf44d586fafd95772815 /src/nvim/testdir | |
| parent | b19afa52c4ee679f62b5e7679694241f9a09ccba (diff) | |
| download | rneovim-3931a36340b71f2c3b7ea65132176fda77fe36c4.tar.gz rneovim-3931a36340b71f2c3b7ea65132176fda77fe36c4.tar.bz2 rneovim-3931a36340b71f2c3b7ea65132176fda77fe36c4.zip | |
Remove POSIX 'cpoptions': '/'
Diffstat (limited to 'src/nvim/testdir')
| -rw-r--r-- | src/nvim/testdir/test79.in | bin | 3381 -> 3335 bytes | |||
| -rw-r--r-- | src/nvim/testdir/test79.ok | bin | 574 -> 570 bytes | |||
| -rw-r--r-- | src/nvim/testdir/test80.in | 4 | ||||
| -rw-r--r-- | src/nvim/testdir/test80.ok | 2 |
4 files changed, 0 insertions, 6 deletions
diff --git a/src/nvim/testdir/test79.in b/src/nvim/testdir/test79.in Binary files differindex 8278bd8000..afbf2083d2 100644 --- a/src/nvim/testdir/test79.in +++ b/src/nvim/testdir/test79.in diff --git a/src/nvim/testdir/test79.ok b/src/nvim/testdir/test79.ok Binary files differindex e22eee0b71..d4e0ae8819 100644 --- a/src/nvim/testdir/test79.ok +++ b/src/nvim/testdir/test79.ok diff --git a/src/nvim/testdir/test80.in b/src/nvim/testdir/test80.in index 406fb6dac7..e0bcb0114b 100644 --- a/src/nvim/testdir/test80.in +++ b/src/nvim/testdir/test80.in @@ -126,10 +126,6 @@ TEST_6: STARTTEST :set magic& :$put =\"\n\nTEST_6:\" -:set cpo+=/ -:$put =substitute('A', 'A', 'a', '') -:$put =substitute('B', 'B', '%', '') -:set cpo-=/ :$put =substitute('C', 'C', 'c', '') :$put =substitute('D', 'D', '%', '') /^TEST_7 diff --git a/src/nvim/testdir/test80.ok b/src/nvim/testdir/test80.ok index b42f604a07..157a42dfc1 100644 --- a/src/nvim/testdir/test80.ok +++ b/src/nvim/testdir/test80.ok @@ -94,8 +94,6 @@ A123456789987654321 TEST_6: -a -% c % |