diff options
| author | lonerover <pathfinder1644@yahoo.com> | 2017-01-04 12:27:42 +0800 |
|---|---|---|
| committer | James McCoy <jamessan@jamessan.com> | 2017-02-09 22:14:04 -0500 |
| commit | 6f4a963e0eeae19aed1e58a80afc02cba1704808 (patch) | |
| tree | 1bd1d436c0ce0e4b5d3f08c79e04024c1674d46c /src/nvim/testdir/Makefile | |
| parent | 775dfc600078a7f57602041bb87657504239a021 (diff) | |
| download | rneovim-6f4a963e0eeae19aed1e58a80afc02cba1704808.tar.gz rneovim-6f4a963e0eeae19aed1e58a80afc02cba1704808.tar.bz2 rneovim-6f4a963e0eeae19aed1e58a80afc02cba1704808.zip | |
vim-patch:7.4.2085
Problem: Digraph tests fails on some systems.
Solution: Run it separately and set 'encoding' early.
https://github.com/vim/vim/commit/dfd63e30d13fff5603416b6c7e247cebeb003eb0
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 7bcc78e58a..59c93f1673 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -31,6 +31,7 @@ NEW_TESTS = \ test_bufwintabinfo.res \ test_cmdline.res \ test_cscope.res \ + test_digraph.res \ test_diffmode.res \ test_gn.res \ test_hardcopy.res \ |