diff options
Diffstat (limited to 'test/old/testdir/test_lispindent.vim')
-rw-r--r-- | test/old/testdir/test_lispindent.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/old/testdir/test_lispindent.vim b/test/old/testdir/test_lispindent.vim index 2d6060bba3..76ff4e0fd8 100644 --- a/test/old/testdir/test_lispindent.vim +++ b/test/old/testdir/test_lispindent.vim @@ -50,6 +50,7 @@ func Test_lisp_indent() set lisp set lispwords& + throw 'Skipped: cpo+=p not supported' let save_copt = &cpoptions set cpoptions+=p normal 1G=G |