From beba96626026ca841347ef6bdb5627374458a889 Mon Sep 17 00:00:00 2001 From: Daniel Morris Date: Tue, 14 Aug 2018 17:15:19 -0500 Subject: [PATCH] Fix vim doc issue --- doc/vebugger.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/vebugger.txt b/doc/vebugger.txt index 3304e14..f268420 100644 --- a/doc/vebugger.txt +++ b/doc/vebugger.txt @@ -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']}) <