Files
2026-06-20 14:49:53 +09:00

7 lines
118 B
VimL

function! F(o)
call G(a:o)
" ^ @function
let x = a:o.prop
" ^ @variable.other.member
endfunction