Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Echoing Parameters $1



On Fri, 18 Feb 2005 17:12:44 +0000,  wrote:

>Hi,

>
>#!/bin/zsh
># name : zv
>echo $1
>
>When I call it I get
>
>>zv goat
>VIM=/c/vim/vim63/
>
>When I call it with a dot its OK
>
>>. zv goat
>goat
>
Thanx to P.A.Castro

I required

fpath=(/usr/local/bin $fpath)
autoload zv


zzapper (vim, cygwin, wiki & zsh)
--

vim -c ":%s%s*%CyrnfrTfcbafbeROenzSZbbyranne%|:%s)[R-T]) )Ig|:norm G1VGg?"

http://www.vim.org/tips/tip.php?tip_id=305  Best of Vim Tips



Messages sorted by: Reverse Date, Date, Thread, Author