##// END OF EJS Templates
we only install man pages to usr/share...
we only install man pages to usr/share let the function reflect this, rather than having several entries with no files.

File last commit:

r9190:20a102a5
r15032:0f5afebf
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