##// END OF EJS Templates
ignore docs/build,_build
ignore docs/build,_build

File last commit:

r1251:99658885
r3567:88a0371b
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