Reputation: 3564
How would I do something like:
:echo call MyFunction()
so that I can see the result of calling the function?
Upvotes: 15
Views: 6324
Reputation: 5963
Use something like this:
:echo Myfunction()
Upvotes: 25