vim-patch:8.2.0402: setting local instead of global flag

Problem:    Setting local instead of global flag.
Solution:   Prepend "g:" to "test_is_flaky".
30d53e2c11
This commit is contained in:
Jan Edmund Lazo
2021-03-23 22:32:38 -04:00
parent f6585cae50
commit b951d1ff1d

View File

@@ -1369,7 +1369,7 @@ func Test_Changed_FirstTime()
CheckFeature terminal
CheckNotGui
" Starting a terminal to run Vim is always considered flaky.
let test_is_flaky = 1
let g:test_is_flaky = 1
" Prepare file for TextChanged event.
call writefile([''], 'Xchanged.txt')