From 103d3f16843b1aaf152a0d0d02e48c3a5109819e Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Thu, 16 Apr 2015 23:22:41 +0800 Subject: [PATCH] Update --- vimscript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimscript.md b/vimscript.md index b85d903bd..79cab7da2 100644 --- a/vimscript.md +++ b/vimscript.md @@ -131,7 +131,7 @@ endfunction ### Commands with arguments ```vim -command! -nargs=? Save call script#foo( +command! -nargs=? Save call script#foo() ``` | What | What |