At 16:17 +0100 21 Mar 2013, Konstantin <[email protected]> wrote:
"$external_editor $file_path:$current_line_number"
would open the file at the right point! At least on Linux and probably on
Mac

That would be a feature of the editor, not the OS. And that method doesn't work for either of the traditionally popular Unix/Linux editors (emacs and vi). In fact I'd consider any editor that did that to be broken since a colon is a perfectly valid part of a file name.

However both of those support:

"$external_editor +$current_line_number $file_path"
_______________________________________________
meld-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/meld-list

Reply via email to