[1]+ Stopped vim foo.py error, how to fix this?
问题 whenever I run a python program from vim command like this: :!python foo.py after running the program, vim will stop and say this: [1]+ Stopped vim foo.py I don't know why there is such an error. I don't use the foo.py file in other application, but it just happened. In case you need, this is my .exerc file contents: set nu syntax on filetype on filetype indent on filetype plugin on set tabstop=4 set shiftwidth=4 set softtabstop=4 set shellcmdflag=-ic when I open the foo.py after running it,