tacahiroy / ctrlp-funky

A super simple function navigator for ctrlp.vim
http://www.vim.org/scripts/script.php?script_id=4592
MIT License
396 stars 71 forks source link

add support for objc lightweight generic #118

Closed haifengkao closed 6 years ago

haifengkao commented 6 years ago

objc can use <> to annotate the object type

e.g.

+ (RACSignal *)createSignal:(RACDisposable * (^)(id<RACSubscriber> subscriber))didSubscribe {
    return [RACDynamicSignal createSignal:didSubscribe];
}
tacahiroy commented 6 years ago

cool - have confirmed it works though. Can you squash the commits into one please.

haifengkao commented 6 years ago

squashed

tacahiroy commented 6 years ago

Thanks for your contribution.