mirror of
https://github.com/helix-editor/helix
synced 2026-07-31 12:57:07 +02:00
7 lines
118 B
VimL
7 lines
118 B
VimL
function! F(o)
|
|
call G(a:o)
|
|
" ^ @function
|
|
let x = a:o.prop
|
|
" ^ @variable.other.member
|
|
endfunction
|