commit | 30276f2beb248557c6b33cd5418bca8b7084b0a5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 24 17:59:39 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 24 17:59:39 2019 +0100 |
tree | 56f7b88712a5ffffdd10681983e70501e2e1ba58 | |
parent | 264b74fa545edfb92c0d7d08a02c26331cc5b168 [diff] [blame] |
patch 8.1.0811: too many #ifdefs Problem: Too many #ifdefs. Solution: Graduate FEAT_MBYTE, the final chapter.
diff --git a/src/testdir/test_profile.vim b/src/testdir/test_profile.vim index 1d49523..d6e9c03 100644 --- a/src/testdir/test_profile.vim +++ b/src/testdir/test_profile.vim
@@ -407,7 +407,7 @@ endfunc func Test_profile_truncate_mbyte() - if !has('multi_byte') || &enc !=# 'utf-8' + if &enc !=# 'utf-8' return endif