| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix modelinereaddir | Yasuhiro Matsumoto | 2020-09-19 | 1 | -1/+1 |
| * | += is faster than add() | Yasuhiro Matsumoto | 2020-09-18 | 1 | -7/+7 |
| * | += is faster than extend() | Yasuhiro Matsumoto | 2020-09-18 | 1 | -19/+19 |
| * | Do not let for extend | Yasuhiro Matsumoto | 2020-09-18 | 1 | -1/+1 |
| * | Optimize formatline | Yasuhiro Matsumoto | 2020-09-18 | 1 | -3/+34 |
| * | Optimize s:strwidth | Yasuhiro Matsumoto | 2020-09-18 | 1 | -3/+9 |
| * | Optimize mixedsort | Yasuhiro Matsumoto | 2020-09-18 | 1 | -1/+31 |
| * | Use extend | Yasuhiro Matsumoto | 2020-09-18 | 1 | -7/+7 |
| * | Revert previous change | Yasuhiro Matsumoto | 2020-09-18 | 1 | -1/+1 |
| * | Ommit updating message | Yasuhiro Matsumoto | 2020-09-18 | 1 | -1/+1 |
| * | Use extend() | Yasuhiro Matsumoto | 2020-09-18 | 1 | -1/+1 |
| * | Optimize codes | Yasuhiro Matsumoto | 2020-09-18 | 1 | -28/+12 |
| * | Cosmetic changes | Yasuhiro Matsumoto | 2020-09-16 | 1 | -10/+8 |
| * | Implement link | Yasuhiro Matsumoto | 2020-09-16 | 1 | -8/+19 |
| * | Retab | Yasuhiro Matsumoto | 2020-09-16 | 1 | -2/+2 |
| * | Use readdir instead of globpath | Yasuhiro Matsumoto | 2020-09-16 | 1 | -40/+64 |
| * | fixed NotifySearch | Prabir Shrestha | 2020-05-25 | 1 | -2/+2 |
| * | rename to 'search' | Prabir Shrestha | 2020-05-25 | 1 | -3/+3 |
| * | remove ctrlp#get() and ctrlp#set() | Prabir Shrestha | 2020-05-25 | 1 | -8/+0 |
| * | Update autoload/ctrlp.vim | Prabir Shrestha | 2020-05-25 | 1 | -1/+1 |
| * | Update autoload/ctrlp.vim | Prabir Shrestha | 2020-05-25 | 1 | -1/+1 |
| * | Update autoload/ctrlp.vim | Prabir Shrestha | 2020-05-25 | 1 | -1/+1 |
| * | Update autoload/ctrlp.vim | Prabir Shrestha | 2020-05-25 | 1 | -1/+1 |
| * | Update autoload/ctrlp.vim | Prabir Shrestha | 2020-05-25 | 1 | -1/+1 |
| * | Update autoload/ctrlp.vim | Prabir Shrestha | 2020-05-25 | 1 | -1/+1 |
| * | Update autoload/ctrlp.vim | Prabir Shrestha | 2020-05-25 | 1 | -1/+1 |
| * | Update autoload/ctrlp.vim | Prabir Shrestha | 2020-05-25 | 1 | -1/+1 |
| * | Update autoload/ctrlp.vim | Prabir Shrestha | 2020-05-25 | 1 | -1/+1 |
| * | Update autoload/ctrlp.vim | Prabir Shrestha | 2020-05-25 | 1 | -1/+1 |
| * | undo line changes | Prabir Shrestha | 2020-05-25 | 1 | -8/+0 |
| * | implement ctrlp#set(lines) ctrlp#get() ctrlp#update() | Prabir Shrestha | 2020-05-25 | 2 | -6/+16 |
| * | add 'change' event and ctrlp#input() instead of 'event' | Prabir Shrestha | 2020-05-25 | 2 | -20/+20 |
| * | add e:type == 'init' example | Prabir Shrestha | 2020-05-25 | 1 | -1/+3 |
| * | add createEventContext and notifyEvent | Prabir Shrestha | 2020-05-25 | 2 | -0/+24 |
| * | Fix arrow keys when using true color config | Paulo Diovani | 2019-10-31 | 1 | -1/+1 |
| * | fix error when F5 is double pressed | ishitaku5522 | 2019-07-27 | 1 | -2/+1 |
| * | Merge branch 'master' of https://github.com/ishitaku5522/ctrlp.vim | ishitaku5522 | 2019-07-21 | 1 | -3/+2 |
| |\ | |||||
| | * | remove comment out for debug | ishitaku5522 | 2019-07-20 | 1 | -3/+2 |
| * | | fix typo | ishitaku5522 | 2019-07-21 | 1 | -1/+1 |
| |/ | |||||
| * | update for neovim | ishitaku5522 | 2019-07-20 | 1 | -25/+58 |
| * | fix g:ctrlp_user_command_async | ishitaku5522 | 2019-07-20 | 1 | -4/+47 |
| * | Fix E94 on selecting a file when there is only one help window | mnishz | 2019-02-08 | 1 | -3/+4 |
| * | Merge pull request #488 from ezequielv/dev_ezequielv-fix-issue_upstream-0463-... | mattn | 2018-11-22 | 1 | -2/+19 |
| |\ | |||||
| | * | Split ctrlp#setlines() for ctrlp#init(). Fixes ctrlpvim/ctrlp.vim#463 | Ezequiel Valenzuela | 2018-10-25 | 1 | -2/+19 |
| * | | Fix #487 | Takahiro Yoshihara | 2018-10-27 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #479 from ctrlpvim/fix419 | mattn | 2018-09-14 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix #419 | Yasuhiro Matsumoto | 2018-09-14 | 1 | -1/+1 |
| * | | Merge pull request #444 from hiberabyss/master | mattn | 2018-09-14 | 1 | -0/+1 |
| |\ \ | |/ |/| | |||||
| | * | fix issue #437: make CtrlPBufTag work for help file | Hongbo Liu | 2018-06-06 | 1 | -0/+1 |
| * | | Fix filetype is set to multiple ctrlps | Takahiro Yoshihara | 2018-06-26 | 1 | -1/+1 |