odeke-em / vim

Automatically exported from code.google.com/p/vim
0 stars 0 forks source link

Windows gvim 7.4 will not cancel commands when external programs wait for input using Ctrl-C or Ctrl-Break #270

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. :grep foo
2. :r !time
3. :r !findstr foo

What is the expected output? What do you see instead?
Command will wait but Ctrl-C or Ctrl-Break should cancel.  Version 7.3 will 
cancel using Ctrl-C.

What version of the product are you using? On what operating system?
gvim 7.4, tested on Windows 8.1 and 7

Please provide any additional information below.
gvim -u NORC -N still has the same behavior under 7.4; in normal mode Ctrl-C 
and Ctrl-Break both trigger the message to use :q to quit so the keys are seen 
by the application.

Original issue reported on code.google.com by hiat...@gmail.com on 17 Oct 2014 at 8:44