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 |