Skip to content

Instantly share code, notes, and snippets.

@shiqimei
Created November 9, 2020 02:04
Show Gist options
  • Save shiqimei/b99b03086ac1bd900fdb96c7b39244e1 to your computer and use it in GitHub Desktop.
Save shiqimei/b99b03086ac1bd900fdb96c7b39244e1 to your computer and use it in GitHub Desktop.
" VimScript echom
echom abs(-1)
function Foo(name)
echom a:name
endfunction
call Foo('Shiqi')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment