Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
973 views
in Technique[技术] by (71.8m points)

vim - How do I run python file in new commandline window in gvim

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

The commandline output I meant

But the appearance is following:

The real output

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

question from:https://stackoverflow.com/questions/65883677/how-do-i-run-python-file-in-new-commandline-window-in-gvim

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Under Windows make use of :h :!start like this:

:!start python %

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share

2.1m questions

2.1m answers

62 comments

56.6k users

...