##// END OF EJS Templates
Removing Core/display.py
Removing Core/display.py

File last commit:

r16054:904323a9
r16058:485cf020
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