def openwith(text): split = map(unicode.strip,text.split(',')) chili.open_with(os.path.expanduser(split[1]), split[0])
def openwith(text): split = map(unicode.strip, text.split(',')) chili.open_with(os.path.expanduser(split[1]), split[0])
def openmy(_): chili.open_with(os.path.expanduser('~/.chili/my.py'), '/Applications/MacVim.app')