keymapped functions repeat when it called while vim is selecting a text
block.

I have tested with this code.
*<code>
function foobar()
 echo "foobar!"
endfunction
map <F5> :call foobar()<CR>
</code>*

I could avoid this by adding ^[ (=esc) at the head of key-mapping command.

be happy.

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to