| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| * | | Fix filetype detection mechanism | Takahiro Yoshihara | 2018-06-22 | 1 | -1/+15 | |
| * | | Fixes #450 | Takahiro Yoshihara | 2018-06-17 | 1 | -1/+1 | |
| * | | Fixes #445 | Takahiro Yoshihara | 2018-06-11 | 1 | -1/+1 | |
| * | | Merge pull request #316 from HerringtonDarkholme/master | mattn | 2018-06-11 | 1 | -0/+1 | |
| |\ \ | |/ |/| | ||||||
| | * | set ctrlp buffer's filetype | Herrington Darkholme | 2016-10-21 | 1 | -0/+1 | |
| * | | Fix to respect case for file names | Takahiro Yoshihara | 2018-04-10 | 1 | -2/+2 | |
| * | | Fix issue #136 | shyun3 | 2018-04-01 | 1 | -1/+1 | |
| * | | Add support for vim8 terminals | Michael Lutsiuk | 2018-03-27 | 1 | -4/+4 | |
| * | | Merge pull request #413 from ptzz/master | mattn | 2018-01-15 | 1 | -3/+5 | |
| |\ \ | ||||||