Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. function! GetInvoker()
  2. echom "I was invokeed by the key "
  3. echom <This_should_echo_F_or_G>
  4. endfunction
  5.  
  6. map F :call GetInvoker()<CR>
  7. map G :call GetInvoker()<CR>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement