kien / ctrlp.vim

Fuzzy file, buffer, mru, tag, etc finder.
kien.github.com/ctrlp.vim
7.26k stars 676 forks source link

Too few comment! How to walk through the code? #692

Open dedowsdi opened 8 years ago

dedowsdi commented 8 years ago

Ctrlp team:

I like ctrlp, it's one of the best plugin i have used. I'm trying to walk through the code recently. I got to say, there are too few comments, and too many abbreviation, and i'm not a seasoned viml user. I was wondering how did you guys walk through the code? Is there a full commented version?

wsdjeg commented 8 years ago

open issue here https://github.com/ctrlpvim/ctrlp.vim it is a active fork,and abbr also can be used as :h abbr,by this way you can find what you want

dedowsdi commented 8 years ago

Ok thanks