From aaff91d925b1ae7a0a29b2572662612c972234d0 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sun, 11 Feb 2018 20:22:42 +0100 Subject: [PATCH] vim-patch:8.0.0311: linebreak tests are old style Problem: Linebreak tests are old style. Solution: Turn the tests into new style. Share utility functions. (Ozaki Kiichi, closes vim/vim#1444) https://github.com/vim/vim/commit/544d3bc9f0e494cb712a33b61558b8e8e12b1e0b --- src/nvim/testdir/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 13fd0fcf62..30fdb06cc9 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -70,6 +70,8 @@ NEW_TESTS ?= \ test_ins_complete.res \ test_lambda.res \ test_langmap.res \ + test_listlbr.res \ + test_listlbr_utf8.res \ test_let.res \ test_lineending.res \ test_makeencoding.res \