mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 14:56:08 +00:00
vim-patch:9.1.1511: tests: two edit tests change v:testing from 1 to 0
Problem: tests: two edit tests change v:testing from 1 to 0. Solution: Don't change v:testing in these two tests, since it's already set to 1 in runtest.vim (zeertzjq). closes: vim/vim#1766096076bf41e
(cherry picked from commit11e967d5af
)
This commit is contained in:

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
85c9014c09
commit
730a5e0599
@@ -164,6 +164,7 @@ endif
|
||||
|
||||
|
||||
" Prepare for calling test_garbagecollect_now().
|
||||
" Also avois some delays in Insert mode completion.
|
||||
let v:testing = 1
|
||||
|
||||
let s:has_ffi = luaeval('pcall(require, "ffi")')
|
||||
|
Reference in New Issue
Block a user