This commit is contained in:
Rico Sta. Cruz 2015-04-16 23:22:41 +08:00
parent 38a483f278
commit 103d3f1684
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ endfunction
### Commands with arguments ### Commands with arguments
```vim ```vim
command! -nargs=? Save call script#foo(<args> command! -nargs=? Save call script#foo(<args>)
``` ```
| What | What | | What | What |