hi there,

i tried to use gvimdiff as the gdiff-command
but i always kept getting empty file where
the temporary ~0 file should have been.  then
i realized that gvim returns to the shell
right away, and fossil probably takes that
as a signal to removes the temp file.

i solved this with gvim's -f option
(Foreground: Don't fork when starting GUI)

$ fossil set gd
gdiff-command        (local)  gvimdiff -f

but how is this solved with the other GUI editors?
is there a way to work around this in fossil itself?

-f
-- 
today is a fine day for firm decisions.  or is it?
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to