diff options
Diffstat (limited to 'src/testdir/test_arabic.vim')
-rw-r--r-- | src/testdir/test_arabic.vim | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/testdir/test_arabic.vim b/src/testdir/test_arabic.vim index 450c6f98f..b679ec452 100644 --- a/src/testdir/test_arabic.vim +++ b/src/testdir/test_arabic.vim @@ -2,9 +2,8 @@ " 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') - throw 'Skipped: arabic feature missing' -endif +source check.vim +CheckFeature arabic source view_util.vim |