Fix vim doc issue

This commit is contained in:
Daniel Morris 2018-08-14 17:15:19 -05:00
parent c811a1d18e
commit beba966260

View File

@ -227,7 +227,7 @@ source file paths.
LAUNCHING NINSPECT *vebugger-ninspect*
RDebug is launched with *vebugger#ninspect#start*
NInspect is launched with *vebugger#ninspect#start*
>
call vebugger#ninspect#start('test.js',{'args':['hello','world']})
<