Improved method to start Vim processes in a login shell
commit956c3605452a7bf6d4ebf7d967419657b58a8bf5
authorBen Schmidt <mail_ben_schmidt@yahoo.com.au>
Fri, 7 Mar 2008 21:42:46 +0000 (7 22:42 +0100)
committerBjorn Winckler <bjorn.winckler@gmail.com>
Fri, 7 Mar 2008 21:42:46 +0000 (7 22:42 +0100)
treee21eea551e1dd0e792255d7550536325559a71cb
parent5866ab0fe133b5f0b7471de816f1fdca35ea7426
Improved method to start Vim processes in a login shell

A login shell is started by exec'ing a shell process whose argv[0] is
prepended with a dash.  Which shell to use can be controlled with user
default MMLoginShellCommand (or by setting $SHELL).  If the shell needs
a parameter to make it a login shell then this can be set with the user
default MMLoginShellArgument.  The documentation has been updated with
these new user defaults.
runtime/doc/gui_mac.txt
src/MacVim/MMAppController.m
src/MacVim/MacVim.h
src/MacVim/MacVim.m