##// END OF EJS Templates
- Commit local changelog info, remove duplicate entry.
- Commit local changelog info, remove duplicate entry.

File last commit:

r494:e244f5a6
r502:d3ea7cd7
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