##// END OF EJS Templates
rename api_changes to api_changes.txt
rename api_changes to api_changes.txt

File last commit:

r503:b114b8cd
r863:4c7c9eb6
Show More
seteditor.py
15 lines | 113 B | text/x-python | PythonLexer
import os
editor = r'q:/opt/np/notepad++.exe'
e = os.environ
e['EDITOR'] = editor
e['VISUAL'] = editor