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_mapping.vim | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/testdir/test_mapping.vim') diff --git a/src/testdir/test_mapping.vim b/src/testdir/test_mapping.vim index 4ac06a10c..5aaa743fa 100644 --- a/src/testdir/test_mapping.vim +++ b/src/testdir/test_mapping.vim @@ -1,9 +1,5 @@ " Tests for mappings and abbreviations -if !has('multi_byte') - finish -endif - func Test_abbreviation() " abbreviation with 0x80 should work inoreab чкпр vim -- cgit v1.2.1