@@ -33,7 +33,7 @@ define({assert_command_name}, ...) *Vital.Assertion.define()*
3333
3434 1) Succeeded
3535>
36- let s:V = vital#of('vital' )
36+ let s:V = vital#{plugin-name}#new( )
3737 let s:A = s:V.import('Assertion')
3838
3939 call s:A.define('Assert', 1)
@@ -45,7 +45,7 @@ define({assert_command_name}, ...) *Vital.Assertion.define()*
4545
4646 2) Failed
4747>
48- let s:V = vital#of('vital' )
48+ let s:V = vital#{plugin-name}#new( )
4949 let s:A = s:V.import('Assertion')
5050
5151 call s:A.define('Assert', 1)
@@ -66,7 +66,7 @@ define({assert_command_name}, ...) *Vital.Assertion.define()*
6666
6767 1) Succeeded
6868>
69- let s:V = vital#of('vital' )
69+ let s:V = vital#{plugin-name}#new( )
7070 let s:A = s:V.import('Assertion')
7171
7272 call s:A.define('Assert', 1)
@@ -78,7 +78,7 @@ define({assert_command_name}, ...) *Vital.Assertion.define()*
7878
7979 2) Failed
8080>
81- let s:V = vital#of('vital' )
81+ let s:V = vital#{plugin-name}#new( )
8282 let s:A = s:V.import('Assertion')
8383
8484 call s:A.define('Assert', 1)
0 commit comments