Skip to content

Instantly share code, notes, and snippets.

@thinca
Created March 19, 2016 16:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thinca/df29add73265adf7cb65 to your computer and use it in GitHub Desktop.
Save thinca/df29add73265adf7cb65 to your computer and use it in GitHub Desktop.
test funcref in dict
let dict = {}
function! dict.func1() abort
endfunction
let dict.func2 = dict.func1
echo assert_true(dict.func1 == dict.func2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment