Robert Sica schreef op 2012-06-14 15:00:
Yes I did. I got it working in .bash_profile.

Did not use -w --resume. Should I? Why?

vi will not return until the file is saved and you quit the editor. Some other tools will rely on this behaviour, notably many revision control systems (mercurial for sure). If you call bbedit without --wait --resume the tool will return immediately, and the commit will not take place, as the comment has not been written at that stage.

Some tools don't work with the arguments in the command (i.e. the spaces will trip them). In that case a simple shell wrapper script might do the trick (or even a shell function, but I never tried that).

Best,

Maarten

--
You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>

Reply via email to