mirror of
https://github.com/helix-editor/helix
synced 2026-08-03 01:54:10 +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
|