mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 08:48:16 +00:00
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:
@@ -1369,7 +1369,7 @@ func Test_Changed_FirstTime()
|
|||||||
CheckFeature terminal
|
CheckFeature terminal
|
||||||
CheckNotGui
|
CheckNotGui
|
||||||
" Starting a terminal to run Vim is always considered flaky.
|
" 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.
|
" Prepare file for TextChanged event.
|
||||||
call writefile([''], 'Xchanged.txt')
|
call writefile([''], 'Xchanged.txt')
|
||||||
|
Reference in New Issue
Block a user