You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 8, 2024. It is now read-only.
Hi. What's the proper way for creating & binding new actions that could be called with gina#action#call() and receive the current/marked candidate(s)?
function!s:my_action(candidates) abort" do something...endfunction" How can I bind 'my_action' to `my-action` in a command?callgina#custom#mapping#nmap('status', 'p', ":<C-u>call gina#action#call('my-action')<CR>", {'noremap': 1})
The text was updated successfully, but these errors were encountered:
Hi. What's the proper way for creating & binding new actions that could be called with
gina#action#call()
and receive the current/marked candidate(s)?The text was updated successfully, but these errors were encountered: