Hi,

I am running this script and would like to interrupt it from a call
feedkeys("\C-c") but it does not work.


while 1

calll system("myexe")
sleep 1000m
redraw

endwhile

When I type CTRL + C on my keyboard, it works and stop the while loop.

When I click on amenu icon that execute :call feedkeys(("\C-c")<CR> it
fails and does not stop the current while loop script.

Thanks for help

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to