aboutsummaryrefslogtreecommitdiffstatshomepage
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
* Merge pull request #543 from prabirshrestha/eventsmattn2020-05-261-1/+21
|\
| * 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
|/
* Merge pull request #527 from ctrlpvim/fix-520mattn2020-02-081-4/+4
|\
| * Fix #520Takahiro Yoshihara2019-11-031-4/+4
* | Merge pull request #526 from paulodiovani/bug/arrow-key-tcmattn2019-11-071-1/+1
|\ \ | |/ |/|
| * Fix arrow keys when using true color configPaulo Diovani2019-10-311-1/+1
|/
* Merge pull request #516 from ishitaku5522/mastermattn2019-09-303-10/+84
|\
| * 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-203-6/+49
|/
* Merge pull request #503 from mnishz/fix_E94_on_help_windowmattn2019-02-091-3/+4
|\
| * Fix E94 on selecting a file when there is only one help windowmnishz2019-02-081-3/+4
|/
* Merge pull request #501 from tpenguinltg/licensemattn2019-01-282-0/+34
|\
| * Add licensetPenguinLTG2019-01-272-0/+34
|/