aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/autoload (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix modelinereaddirYasuhiro Matsumoto2020-09-191-1/+1
* += is faster than add()Yasuhiro Matsumoto2020-09-181-7/+7
* += is faster than extend()Yasuhiro Matsumoto2020-09-181-19/+19
* Do not let for extendYasuhiro Matsumoto2020-09-181-1/+1
* Optimize formatlineYasuhiro Matsumoto2020-09-181-3/+34
* Optimize s:strwidthYasuhiro Matsumoto2020-09-181-3/+9
* Optimize mixedsortYasuhiro Matsumoto2020-09-181-1/+31
* Use extendYasuhiro Matsumoto2020-09-181-7/+7
* Revert previous changeYasuhiro Matsumoto2020-09-181-1/+1
* Ommit updating messageYasuhiro Matsumoto2020-09-181-1/+1
* Use extend()Yasuhiro Matsumoto2020-09-181-1/+1
* Optimize codesYasuhiro Matsumoto2020-09-181-28/+12
* Cosmetic changesYasuhiro Matsumoto2020-09-161-10/+8
* Implement linkYasuhiro Matsumoto2020-09-161-8/+19
* RetabYasuhiro Matsumoto2020-09-161-2/+2
* Use readdir instead of globpathYasuhiro Matsumoto2020-09-161-40/+64
* fixed NotifySearchPrabir Shrestha2020-05-251-2/+2
* rename to 'search'Prabir Shrestha2020-05-251-3/+3
* remove ctrlp#get() and ctrlp#set()Prabir Shrestha2020-05-251-8/+0
* Update autoload/ctrlp.vimPrabir Shrestha2020-05-251-1/+1
* Update autoload/ctrlp.vimPrabir Shrestha2020-05-251-1/+1
* Update autoload/ctrlp.vimPrabir Shrestha2020-05-251-1/+1
* Update autoload/ctrlp.vimPrabir Shrestha2020-05-251-1/+1
* Update autoload/ctrlp.vimPrabir Shrestha2020-05-251-1/+1
* Update autoload/ctrlp.vimPrabir Shrestha2020-05-251-1/+1
* Update autoload/ctrlp.vimPrabir Shrestha2020-05-251-1/+1
* Update autoload/ctrlp.vimPrabir Shrestha2020-05-251-1/+1
* Update autoload/ctrlp.vimPrabir Shrestha2020-05-251-1/+1
* Update autoload/ctrlp.vimPrabir Shrestha2020-05-251-1/+1
* undo line changesPrabir Shrestha2020-05-251-8/+0
* implement ctrlp#set(lines) ctrlp#get() ctrlp#update()Prabir Shrestha2020-05-252-6/+16
* add 'change' event and ctrlp#input() instead of 'event'Prabir Shrestha2020-05-252-20/+20
* add e:type == 'init' examplePrabir Shrestha2020-05-251-1/+3
* add createEventContext and notifyEventPrabir Shrestha2020-05-252-0/+24
* Fix arrow keys when using true color configPaulo Diovani2019-10-311-1/+1
* fix error when F5 is double pressedishitaku55222019-07-271-2/+1
* Merge branch 'master' of https://github.com/ishitaku5522/ctrlp.vimishitaku55222019-07-211-3/+2
|\
| * remove comment out for debugishitaku55222019-07-201-3/+2
* | fix typoishitaku55222019-07-211-1/+1
|/
* update for neovimishitaku55222019-07-201-25/+58
* fix g:ctrlp_user_command_asyncishitaku55222019-07-201-4/+47
* Fix E94 on selecting a file when there is only one help windowmnishz2019-02-081-3/+4
* Merge pull request #488 from ezequielv/dev_ezequielv-fix-issue_upstream-0463-...mattn2018-11-221-2/+19
|\
| * Split ctrlp#setlines() for ctrlp#init(). Fixes ctrlpvim/ctrlp.vim#463Ezequiel Valenzuela2018-10-251-2/+19
* | Fix #487Takahiro Yoshihara2018-10-271-1/+1
|/
* Merge pull request #479 from ctrlpvim/fix419mattn2018-09-141-1/+1
|\
| * Fix #419Yasuhiro Matsumoto2018-09-141-1/+1
* | Merge pull request #444 from hiberabyss/mastermattn2018-09-141-0/+1
|\ \ | |/ |/|
| * fix issue #437: make CtrlPBufTag work for help fileHongbo Liu2018-06-061-0/+1
* | Fix filetype is set to multiple ctrlpsTakahiro Yoshihara2018-06-261-1/+1