diff --git a/vimscript.md b/vimscript.md index 4e01a4303..6e0ae759a 100644 --- a/vimscript.md +++ b/vimscript.md @@ -90,7 +90,7 @@ call s:Initialize() call s:Initialize("hello") ``` -### Consuming arguments +### Consuming return values ```vim echo "Result: " . s:Initialize()