=== modified file 'terminatorlib/terminal.py' --- terminatorlib/terminal.py 2014-01-24 22:29:54 +0000 +++ terminatorlib/terminal.py 2014-03-08 01:28:35 +0000 @@ -1351,6 +1351,7 @@ for urlplugin in plugins: if match == self.matches[urlplugin.handler_name]: + urlplugin.current_path = self.get_cwd() newurl = urlplugin.callback(url) if newurl is not None: dbg('Terminal::prepare_url: URL prepared by \