diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-10 14:31:28 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-11 17:05:42 -0400 |
commit | d2a9b29e1ba81b733cdc3a12fcdd82d13ff00f2e (patch) | |
tree | 7c2a5cbc514f625722a3661e39dcd38cfca63a7c /src | |
parent | a0d3461bf8a044594f0a3fb7ae978243474d7b43 (diff) | |
download | rneovim-d2a9b29e1ba81b733cdc3a12fcdd82d13ff00f2e.tar.gz rneovim-d2a9b29e1ba81b733cdc3a12fcdd82d13ff00f2e.tar.bz2 rneovim-d2a9b29e1ba81b733cdc3a12fcdd82d13ff00f2e.zip |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/testdir/test_alot_utf8.vim | 1 |
1 files changed, 0 insertions, 1 deletions
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 |