##// END OF EJS Templates
update version to 0.8.4 for point release
update version to 0.8.4 for point release

File last commit:

r1049:c87d640e
r1212:19c4fb66
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