##// END OF EJS Templates
added ~session/noline case to test_extract_hist_ranges()...
added ~session/noline case to test_extract_hist_ranges() - added ~10/ case, which is expected to yield (-10, 1, None)

File last commit:

r9190:20a102a5
r9797:c6dab0bb
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