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_termencoding.vim b/src/testdir/test_termencoding.vim index 6192dcf..f4f5c5a 100644 --- a/src/testdir/test_termencoding.vim +++ b/src/testdir/test_termencoding.vim
@@ -2,7 +2,7 @@ " setting 'termencoding' to make it work. " This only works with "iconv". -if !has('multi_byte') || !has('iconv') +if !has('iconv') finish endif