From d2a9b29e1ba81b733cdc3a12fcdd82d13ff00f2e Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Sat, 10 Apr 2021 14:31:28 -0400 Subject: vim-patch:8.2.1920: listlbr test fails when run after another test Problem: Listlbr test fails when run after another test. Solution: Add test separately to list of test targets. https://github.com/vim/vim/commit/cf4d454df0619ee41ef40e7e91fce3fb061d7d5b --- src/nvim/testdir/test_alot_utf8.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/src/nvim/testdir/test_alot_utf8.vim b/src/nvim/testdir/test_alot_utf8.vim index be0bd01413..70f14320a6 100644 --- a/src/nvim/testdir/test_alot_utf8.vim +++ b/src/nvim/testdir/test_alot_utf8.vim @@ -6,7 +6,6 @@ source test_charsearch_utf8.vim source test_expr_utf8.vim -source test_listlbr_utf8.vim source test_matchadd_conceal_utf8.vim source test_mksession_utf8.vim source test_regexp_utf8.vim -- cgit