You almost definitely want "$@", not $*. On 4 February 2013 18:45, Raphael Proust <raphla...@gmail.com> wrote:
> On Mon, Feb 4, 2013 at 9:47 AM, Petr Šabata <con...@redhat.com> wrote: > > On Mon, Feb 04, 2013 at 04:22:51AM +0100, v4hn wrote: > > […] > > I'm not sure how many people have graphical vim installed, > > though. Perhaps you could switch to 'xterm -e vi' or something > > like that. Of course, no default will work for everybody but > > this one might cover somewhat more users. > > $ cat $HOME/bin/gvim > #!/bin/dash > st -e vim $* > > > > -- > ______________ > Raphaël Proust > >