aboutsummaryrefslogtreecommitdiff
path: root/test/old/testdir
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-09-01 06:22:37 +0800
committerzeertzjq <zeertzjq@outlook.com>2025-03-27 07:26:42 +0800
commit767a52ba308655f72ac4d255b4f13fd2c635f6d1 (patch)
tree500019b4c8fc60f5ace447ae6b9199cdd0306966 /test/old/testdir
parentf4ddbaeb9e3dd68f8d6b90e805246a24b7960019 (diff)
downloadrneovim-767a52ba308655f72ac4d255b4f13fd2c635f6d1.tar.gz
rneovim-767a52ba308655f72ac4d255b4f13fd2c635f6d1.tar.bz2
rneovim-767a52ba308655f72ac4d255b4f13fd2c635f6d1.zip
vim-patch:9.1.0705: Sorting of fuzzy filename completion is not stable
Problem: Sorting of fuzzy filename completion is not stable Solution: Compare indexes when scores are equal. Fix some typos. (zeertzjq) closes: vim/vim#15593 https://github.com/vim/vim/commit/58d705238c0794ee3baa4173831ab157e709a48a
Diffstat (limited to 'test/old/testdir')
-rw-r--r--test/old/testdir/test_popup.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/old/testdir/test_popup.vim b/test/old/testdir/test_popup.vim
index 240529735f..5875341ab1 100644
--- a/test/old/testdir/test_popup.vim
+++ b/test/old/testdir/test_popup.vim
@@ -1514,7 +1514,7 @@ func Test_pum_highlights_match()
call VerifyScreenDump(buf, 'Test_pum_highlights_11', {})
" issue #15357
- call term_sendkeys(buf, "\<ESC>S/non_exit_folder\<C-X>\<C-F>")
+ call term_sendkeys(buf, "\<ESC>S/non_existing_folder\<C-X>\<C-F>")
call TermWait(buf, 50)
call VerifyScreenDump(buf, 'Test_pum_highlights_15', {})