From 30276f2beb248557c6b33cd5418bca8b7084b0a5 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 24 Jan 2019 17:59:39 +0100 Subject: patch 8.1.0811: too many #ifdefs Problem: Too many #ifdefs. Solution: Graduate FEAT_MBYTE, the final chapter. --- src/testdir/test_arabic.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/testdir/test_arabic.vim') diff --git a/src/testdir/test_arabic.vim b/src/testdir/test_arabic.vim index 17e925ee7f..bc31db7e7c 100644 --- a/src/testdir/test_arabic.vim +++ b/src/testdir/test_arabic.vim @@ -2,7 +2,7 @@ " NOTE: This just checks if the code works. If you know Arabic please add " functional tests that check the shaping works with real text. -if !has('arabic') || !has('multi_byte') +if !has('arabic') finish endif -- cgit v1.2.3