diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-01-30 13:25:29 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2022-01-30 13:25:29 +0800 |
commit | 8a9230db26f4cb8748d992ab4b545aca884884c5 (patch) | |
tree | cc70005b106246ed77a1c61eb357ba47a8b32eae | |
parent | 63173f23c45064452f71fb1efc59dcc48b4a7b7f (diff) | |
download | rneovim-8a9230db26f4cb8748d992ab4b545aca884884c5.tar.gz rneovim-8a9230db26f4cb8748d992ab4b545aca884884c5.tar.bz2 rneovim-8a9230db26f4cb8748d992ab4b545aca884884c5.zip |
vim-patch:8.2.0950: tagjump test fails
Problem: Tagjump test fails.
Solution: Adjust expected text of the prompt.
https://github.com/vim/vim/commit/13b8205b442f52f34deac98e3312a27dec14d8e2
-rw-r--r-- | src/nvim/testdir/test_tagjump.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_tagjump.vim b/src/nvim/testdir/test_tagjump.vim index a2f0e19891..e0b05edf15 100644 --- a/src/nvim/testdir/test_tagjump.vim +++ b/src/nvim/testdir/test_tagjump.vim @@ -1067,7 +1067,7 @@ func Test_tselect_listing() 2 FS v first Xfoo typeref:typename:char 2 -Type number and <Enter> (empty cancels): +Type number and <Enter> (q or empty cancels): [DATA] call assert_equal(expected, l) |