##// END OF EJS Templates
add ipy_vimserver.py extension, and ipy.vim to doc/examples. Both contributed by Erich Heine
add ipy_vimserver.py extension, and ipy.vim to doc/examples. Both contributed by Erich Heine

File last commit:

r1049:c87d640e
r1076:b99e42a7
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