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_display.vim b/src/testdir/test_display.vim index e0e3e3b..81ffb2c 100644 --- a/src/testdir/test_display.vim +++ b/src/testdir/test_display.vim
@@ -39,7 +39,7 @@ endfunc func Test_display_foldtext_mbyte() - if !has("folding") || !has("multi_byte") + if !has("folding") return endif call NewWindow(10, 40)