javigon / vim

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

Can't see the output of ":make" while it's running in MS Windows #161

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. :set shellpipe 2>&1\ |\ "tee.exe"
2. :make

What is the expected output? What do you see instead?
In version 7.3 Vim opened a new console window (minimized) where I could see 
the output of the :make command. In Vim 7.4 the console window is not opened.

What version of the product are you using? On what operating system?
Vim 7.4 (2013 Aug 10, compiled Aug 10 2013 14:38:33)
MS-Windows 32 Bit GUI Version mit OLE-Untenstützung
Microsoft Windows 7 64-Bit

Please provide any additional information below.
The procedure is still described in os_win32.txt in the FAQ.

Original issue reported on code.google.com by Stefan.L...@gmail.com on 21 Aug 2013 at 3:38

GoogleCodeExporter commented 9 years ago
Additional info: ':!dir' does open a console window (in the foreground)

Original comment by Stefan.L...@gmail.com on 21 Aug 2013 at 3:48

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I just found the window (in <ALT>-<TAB> dialog and the task bar). It only has a 
very strange symbol.
But in Vim 7.3 I could bring the window to the foreground just by hitting <CR> 
after the :make command. In Vim 7.4 I have to use the mouse :(

I would like to configure Vim in a way, so the output console window is opened 
automatically or by a keystroke.

Original comment by Stefan.L...@gmail.com on 22 Aug 2013 at 2:54