##// END OF EJS Templates
remove outdated examples
remove outdated examples

File last commit:

r494:e244f5a6
r495:87a6feaf
Show More
seteditor.py
15 lines | 128 B | text/x-python | PythonLexer
import os
editor = r'q:/opt/np/notepad++.exe'
e = os.environ
e['EDITOR'] = editor
e['VISUAL'] = editor