@@ -582,7 +582,6 @@ Given (Unaligned code):
582582 aa=2
583583
584584Execute (Check installed plugins):
585- call EnsureLoaded()
586585 Assert exists(':FNR'), 'FNR command should be found'
587586 Assert !exists(':RedisExecute'), 'RedisExecute command still should not be found'
588587
@@ -1341,7 +1340,6 @@ Execute (Strict load order):
13411340 Plug '$PLUG_FIXTURES/xxx'
13421341 Plug '$PLUG_FIXTURES/yyy', { 'for': ['xxx'] }
13431342 call plug#end()
1344- call EnsureLoaded()
13451343 setf xxx
13461344 Log 'Case 1: ' . &rtp
13471345 AssertEqual ['yyy/ftdetect', 'yyy/after/ftdetect', 'xxx/ftdetect', 'xxx/after/ftdetect'], g:total_order[0:3]
@@ -1355,7 +1353,6 @@ Execute (Strict load order):
13551353 Plug '$PLUG_FIXTURES/xxx', { 'for': ['xxx'] }
13561354 Plug '$PLUG_FIXTURES/yyy'
13571355 call plug#end()
1358- call EnsureLoaded()
13591356 set rtp^=manually-prepended
13601357 set rtp+=manually-appended
13611358 setf xxx
@@ -1375,7 +1372,6 @@ Execute (Strict load order):
13751372 Plug '$PLUG_FIXTURES/xxx', { 'for': ['xxx'] }
13761373 Plug '$PLUG_FIXTURES/yyy', { 'for': ['xxx'] }
13771374 call plug#end()
1378- call EnsureLoaded()
13791375 setf xxx
13801376 Log 'Case 3: ' . &rtp
13811377 AssertEqual ['xxx/ftdetect', 'xxx/after/ftdetect', 'yyy/ftdetect', 'yyy/after/ftdetect'], g:total_order[0:3]
0 commit comments