# HG changeset patch # User Eduardo Lopez Biagi # Date 1342912322 18000 # Node ID af73cbade918e37a98c5226ab620f54a6f29915b # Parent 883206297dc1531ddbe3692bfffe773e773058db Call the correct function diff -r 883206297dc1 -r af73cbade918 chapters/24.markdown --- a/chapters/24.markdown Tue Jul 17 23:41:53 2012 -0500 +++ b/chapters/24.markdown Sat Jul 21 18:12:02 2012 -0500 @@ -81,7 +81,7 @@ : echo a:000 :endfunction - :call Varg("a", "b", "c") + :call Varg2("a", "b", "c") We can see that Vim puts "a" into the named argument `a:foo`, and the rest are put into the list of varargs.