##// END OF EJS Templates
Lots of cleanup and update_commander - requires cvs leo to work
Lots of cleanup and update_commander - requires cvs leo to work

File last commit:

r988:2f09c2ab
r1017:2cc3d9a2
Show More
seteditor.py
15 lines | 113 B | text/x-python | PythonLexer
ville
initialization (no svn history)
r988 import os
editor = r'q:/opt/np/notepad++.exe'
e = os.environ
e['EDITOR'] = editor
e['VISUAL'] = editor