Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zstyle for function instead of command?
- X-seq: zsh-users 13466
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: zstyle for function instead of command?
- Date: Fri, 21 Nov 2008 20:11:15 -0800
- In-reply-to: <6a42eec70811211614h35dac077j8a2bada0e5559a10@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <6a42eec70811211614h35dac077j8a2bada0e5559a10@xxxxxxxxxxxxxx>
On Nov 21, 4:14pm, sam reckoner wrote:
}
} v () {
} '/cygdrive/c/Vim/vim71/gvim.exe' $* &
} }
}
} I have tried doing
} % zstyle ':completion:*:*:v:*:*' file-patterns '*.py' '*.*'
}
} but that doesn't work either.
That certainly should work, and does for me on linux.
What do you get from
% v <ctrl-x>h
and how does it differ from what you get from
% gvim <ctrl-x>h
??
Messages sorted by:
Reverse Date,
Date,
Thread,
Author