##// END OF EJS Templates
fix tooltip on token with number...
fix tooltip on token with number fixes #1696 allow number in matched token for tooltip, except first position also prevent matching token starting wit a dot

File last commit:

r4455:98f71260
r6707:a32ceb29
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