mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
5 lines
188 B
Bash
Executable File
5 lines
188 B
Bash
Executable File
dir=`dirname $0`
|
|
classes=`grep -m 1 ^$1 ${dir}/cocoa_indexes/classes.txt`
|
|
if [ -z "$classes" ]; then exit; fi
|
|
zgrep "^\($classes\)" ${dir}/cocoa_indexes/methods.txt.gz | sed 's/^[^ ]* //'
|