Looks like the following code is superfluous in TextMate::Executor.run
and should be removed:

            begin
              file = Pathname.new(file).realpath.to_s
              url = '&url=file://' + e_url(file)
              display_name = File.basename(file)
            rescue Errno::ENOENT
              display_name = file
            end


The following line is doing the actual work:

file, url, display_name = actual_path_name(file)


- Stonefield
_______________________________________________
textmate-dev mailing list
[email protected]
http://lists.macromates.com/listinfo/textmate-dev

Reply via email to