From 2d13ae0dd46d74dd1d2c851481cb0a55b75569ee Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Sun, 6 Jul 2025 08:56:14 +0800 Subject: [PATCH] vim-patch:7a734b7: tests: fix typo in comment (after v9.1.1511) related: vim/vim#17660 https://github.com/vim/vim/commit/7a734b714895df25ba7ca9996fe0cd36460923a3 (cherry picked from commit 8a4977e286faf2600dcdedd73a7fad519631eb1f) --- test/old/testdir/runtest.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/old/testdir/runtest.vim b/test/old/testdir/runtest.vim index 6b5d370100..eb2d0c6d8d 100644 --- a/test/old/testdir/runtest.vim +++ b/test/old/testdir/runtest.vim @@ -164,7 +164,7 @@ endif " Prepare for calling test_garbagecollect_now(). -" Also avois some delays in Insert mode completion. +" Also avoids some delays in Insert mode completion. let v:testing = 1 let s:has_ffi = luaeval('pcall(require, "ffi")')