Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Is it possible to find the location of a function definition?
- X-seq: zsh-users 20098
- From: Hao Wu <echowuhao@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Is it possible to find the location of a function definition?
- Date: Sun, 5 Apr 2015 21:23:26 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=ZQFor7bO6l75AiCOSoNC5HmEqO7P55KcGu8Rl82uL8E=; b=UkGXvnC1KQWp+YhVIfEstj2EpEfnpX9uO1r61gv1l9HWxUO4e1J7CltnGXEeTXUhXz WU66E2csXaMlWg9749vUDN3kBjzqMp7/kGzyQL1lV+vJjWIJQ4xCeoTLKFjJ7vsOmpi8 s36bHCEU40MEoM8ALryZiR/FxzgN1H8VMnREDlS/rFhGiA90YAuPDurfYjwmvIkqIRal nqxfvflGqZriUT+HL/EQRO8i8HV0hlhU4BZ4n08WQP/LA9GybOZqXlFWaEHG5oGxBoJP 1hQ/0dDeQbGKhPsw+yMbdD2jSKDl0ZYywGRNYyYw0BhJ9OTegrGs0YzeGOPY1ePz80I4 FxZg==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hi,
Is it possible to find the location of a function definition without going
over all the files.?
I get a function override the default one, which is quite annoying. I want
to find location of the definition.
http://stackoverflow.com/questions/11627324/zsh-search-for-function-definition
Thanks
Messages sorted by:
Reverse Date,
Date,
Thread,
Author