This patch series adds a new right click menuitem which allows the user to open the configured editor with the currently viewed file. For some popular editors it is also able to move the cursor close to the watched line. Please have a look at the parsing of the configured editor commandline. I tested it for most situations. Maybe someone has an idea for a more elegant way to split up between arguments and command. Currently I substitute all ' with " and then abuse the lindex command for trimming and splitting. Cheers Heiko Heiko Voigt (2): git-gui: teach _which procedure to work with absolute paths git-gui: add "open in editor" diff context menu entry git-gui/git-gui.sh | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) -- 1.7.10.rc1.29.gf035d -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html