1
0
forked from aniani/vim

patch 9.0.0363: common names in test files causes tests to be flaky

Problem:    Common names in test files causes tests to be flaky.
Solution:   Use more specific names.
This commit is contained in:
Bram Moolenaar
2022-09-02 21:55:50 +01:00
parent f5724376ab
commit b18b496997
37 changed files with 566 additions and 564 deletions

View File

@@ -1472,7 +1472,7 @@ endfunc
func Test_visual_area_adjusted_when_hiding()
" The Visual area ended after the end of the line after :hide
call setline(1, 'xxx')
vsplit Xfile
vsplit Xvaafile
call setline(1, 'xxxxxxxx')
norm! $o
hid