##// END OF EJS Templates
Fix bug with Popen call on windows....
Fix bug with Popen call on windows. close_fds can't be set to true when pipes are used.

File last commit:

r1251:99658885
r2921:4f3f8832
Show More
seteditor.py
15 lines | 113 B | text/x-python | PythonLexer
vivainio
merge all from 0.7.3 branch to trunk
r503 import os
editor = r'q:/opt/np/notepad++.exe'
e = os.environ
e['EDITOR'] = editor
e['VISUAL'] = editor