From f6dca79f3aa2b55927a5f1cee4a6bf25d5c9bd37 Mon Sep 17 00:00:00 2001 From: watiko Date: Sat, 20 Feb 2016 17:18:23 +0900 Subject: vim-patch:7.4.951 Problem: Sorting number strings does not work as expected. (Luc Hermitte) Solution: Add the 'N" argument to sort() https://github.com/vim/vim/commit/b00da1d6d1655cb6e415f84ecc3be5ff3b790811 --- src/nvim/testdir/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/nvim/testdir/Makefile') diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 63ca4cf6c4..9f54a5918c 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -39,7 +39,8 @@ SCRIPTS := \ test_marks.out \ test_match_conceal.out \ -NEW_TESTS = +NEW_TESTS := \ + test_alot.res \ SCRIPTS_GUI := test16.out -- cgit From 1addc45e78155a73f52a00762cb77abbd3f8d993 Mon Sep 17 00:00:00 2001 From: watiko Date: Sat, 20 Feb 2016 20:47:37 +0900 Subject: test: Remove migrated legacy test from Makefile --- src/nvim/testdir/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'src/nvim/testdir/Makefile') diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 9f54a5918c..b760811585 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -37,7 +37,6 @@ SCRIPTS := \ test_breakindent.out \ test_close_count.out \ test_marks.out \ - test_match_conceal.out \ NEW_TESTS := \ test_alot.res \ -- cgit