##// END OF EJS Templates
make display_status optional at runtime in setupext...
make display_status optional at runtime in setupext This allow the check_for_readline to *not* print its indented status line closes gh-361 closes gh-20

File last commit:

r1251:99658885
r3744:901196b3
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