neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 8a4977e286faf2600dcdedd73a7fad519631eb1f
parent 11e967d5af19f1132fa85aa05c5d73b87dbe5a93
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Sun,  6 Jul 2025 08:56:14 +0800

vim-patch:7a734b7: tests: fix typo in comment (after v9.1.1511)

related: vim/vim#17660

https://github.com/vim/vim/commit/7a734b714895df25ba7ca9996fe0cd36460923a3

Diffstat:
Mtest/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 @@ -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")')