> My guess is that there is only 1 binary for vim. It determines if it is > to display the GUI based upon the value of argv[0].
If you linked it to ~/gvim that would surely have worked fine.
What a hack :) Thank you gentlemen... On 5/2/06, Donald J Bindner <[EMAIL PROTECTED]> wrote:
On Tue, May 02, 2006 at 04:14:23PM -0500, Peter Snoblin wrote: > My guess is that there is only 1 binary for vim. It determines if it is > to display the GUI based upon the value of argv[0]. Most likely, there > is also a command line option that will enable the GUI as well, so you > could set up an alias or create a shell script wrapper. I'm sure this is right. If you linked it to ~/gvim that would surely have worked fine. You can also force the gui mode by passing -g as an argument. $ vim -g $ myvi -g Don -- Don Bindner <[EMAIL PROTECTED]> ----------------------------------------------------------------- To get off this list, send email to [EMAIL PROTECTED] with Subject: unsubscribe -----------------------------------------------------------------
-- Alexander Horn http://www2.truman.edu/~ah428 ----------------------------------------------------------------- To get off this list, send email to [EMAIL PROTECTED] with Subject: unsubscribe -----------------------------------------------------------------
