##// END OF EJS Templates
rlmv - Added test for issue #2784...
rlmv - Added test for issue #2784 The test checks for exceptions raised from bad string formatting when %run -t -N<N> is called with N > 1.

File last commit:

r9190:20a102a5
r9360:50161f5e
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