diff options
| author | Julian Mehne <github@nmehne.de> | 2014-11-21 12:11:39 +0100 |
|---|---|---|
| committer | Julian Mehne <github@nmehne.de> | 2014-12-06 13:43:14 +0100 |
| commit | 6cba2eef21852133e88ffdc76c03ce8ae32b3f2b (patch) | |
| tree | 4a04d1a569fe567ca3af4d91013506cf7dfc455a /src/nvim/testdir/dotest.in | |
| parent | 62bd20b72603c900e1dc70df9f3dac0b58733cbf (diff) | |
| download | rneovim-6cba2eef21852133e88ffdc76c03ce8ae32b3f2b.tar.gz rneovim-6cba2eef21852133e88ffdc76c03ce8ae32b3f2b.tar.bz2 rneovim-6cba2eef21852133e88ffdc76c03ce8ae32b3f2b.zip | |
Allow the rest of the old tests to pass with nocp.
test40.in, test60.in, test_breakindent.in, test_listlbr.in, test_listlbr_utf8.in:
To avoid <tab> triggering wildmode, set wildchar to 'cp' default.
test_breakindent.ok:
Modify expectations to avoid cpoptions+=n
Diffstat (limited to 'src/nvim/testdir/dotest.in')
| -rw-r--r-- | src/nvim/testdir/dotest.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/dotest.in b/src/nvim/testdir/dotest.in index a0b7a5b2f8..b495f674f8 100644 --- a/src/nvim/testdir/dotest.in +++ b/src/nvim/testdir/dotest.in @@ -1,3 +1,3 @@ -:set nocp +:set nocp nomore :map dotest /^STARTTEST
j:set ff=unix cpo-=A
:.,/ENDTEST/-1w! Xdotest
:set ff& cpo+=A
nj0:so! Xdotest
dotest dotest |