This commit is contained in:
Rico Sta. Cruz 2015-04-16 23:29:43 +08:00
parent fc888012a5
commit 30fa933ce8
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ call s:Initialize()
call s:Initialize("hello") call s:Initialize("hello")
``` ```
### Consuming arguments ### Consuming return values
```vim ```vim
echo "Result: " . s:Initialize() echo "Result: " . s:Initialize()