It used to open new command line window before, but now it is not happening in gvim. I want to run my python file and get output in somewhat like this window
But the appearance is following:
edit - I have a doubt that why didn't !python % work for me? It worked before and showed output in new commandline window like before. Here is my vimrc My vimrc
!python %
Under Windows make use of :h :!start like this:
:h :!start
:!start python %
2.1m questions
2.1m answers
60 comments
57.0k users