##// END OF EJS Templates
fix weird magic completion...
fix weird magic completion should fix #1243 handle magic as a special case, but the completer should be moved in it's own clase for 0.13

File last commit:

r4455:98f71260
r5843:ccf02b9e
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