Skip to content

Instantly share code, notes, and snippets.

@yyq123
Last active June 14, 2017 03:13
Show Gist options
  • Save yyq123/65b52249d18dc53f91d5bcbcb8483707 to your computer and use it in GitHub Desktop.
Save yyq123/65b52249d18dc53f91d5bcbcb8483707 to your computer and use it in GitHub Desktop.
let sum = 0
function PrintSum(num1, num2)
let sum = a:num1 + a:num2
echo "the sum is ".sum
let g:sum = sum
endfunction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment