Chuck Mason wrote:
I am making the distinction between using :w and not. Rarely would you not want to save, but I can understand that there would be situations otherwise. Chuck
Well, OK:
:w /tmp/tempfile.py
:pyfile /tmp/tempfile.py
:if has("unix") | !rm -f /tmp/tempfile.py | else | !del
/temp/tempfile.py | endif
Best regards, Tony.
