| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #634 from cesar-bravo-m/fix-parentheses-paths-powershellHEADmaster | mattn | 2026-04-05 | 3 | -3/+17 |
| |\ | | | | | fix: paths containing parentheses are not shown in powershell | ||||
| | * | fix: paths containing parentheses are not shown in powershell | César Bravo | 2026-04-04 | 3 | -3/+17 |
| |/ | |||||
| * | Merge pull request #624 from Angluca/master | mattn | 2025-10-15 | 1 | -1/+1 |
| |\ | | | | | Not use map | ||||
| | * | Not use map | Pixeller | 2023-12-13 | 1 | -1/+1 |
| | | | | | | | nmap please | ||||
| * | | Merge pull request #630 from hokorobi/add-curfile-filter | mattn | 2024-10-21 | 2 | -2/+6 |
| |\ \ | | | | | | | Reflect "g:ctrlp_match_current_file" in CtrlPMRUFiles even when using "g:ctrlp_match_func" | ||||
| | * | | Reflect "ctrlp_match_current_file" in CtrlPMRUFiles | hokorobi | 2024-10-20 | 2 | -2/+6 |
| | | | | |||||
| | * | | Revert "Add option to hide the current buffer" | hokorobi | 2024-10-20 | 1 | -4/+0 |
| | | | | | | | | | | | | | This reverts commit 3ab82e6b54a0f34efb8793eab4ec4a58ef8fc3e5. | ||||
| | * | | Add option to hide the current buffer | hokorobi | 2024-10-05 | 1 | -0/+4 |
| |/ / | |||||
| * | | Merge pull request #629 from elig0n/patch-1 | mattn | 2024-09-23 | 1 | -1/+1 |
| |\ \ | |/ |/| | Fix typo in ctrlp.txt | ||||
| | * | Fix typo in ctrlp.txt | elig0n | 2024-09-22 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #621 from drmikehenry/no_cscopetag | mattn | 2023-07-16 | 1 | -3/+7 |
| |\ | | | | | Ensure the 'cst' option is available before referencing it. | ||||
| | * | Ensure the 'cst' option is available before referencing it. | Michael Henry | 2023-07-15 | 1 | -3/+7 |
| |/ | | | | Note that in Neovim the 'cst' ('cscopetag') option has been removed. | ||||
| * | save/restore cmdheight | Yasuhiro Matsumoto | 2022-08-03 | 1 | -2/+8 |
| | | |||||
| * | cosmetic change | Yasuhiro Matsumoto | 2022-08-03 | 1 | -1/+1 |
| | | |||||
| * | fix version number string for checking | Yasuhiro Matsumoto | 2022-08-03 | 1 | -2/+2 |
| | | |||||
| * | fixes #611 | Yasuhiro Matsumoto | 2022-08-02 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #610 from hashue/feat/support-cmdheight | mattn | 2022-08-02 | 1 | -0/+3 |
| |\ | | | | | fix not display cmdwin when `cmdheight = 0` | ||||
| | * | fix: fix for comments | Hasu | 2022-08-02 | 1 | -2/+2 |
| | | | |||||
| | * | fix: remove unnecessary line | Hasu | 2022-08-02 | 1 | -1/+0 |
| | | | |||||
| | * | feat: support `cmdheight=0` | Hasu | 2022-08-02 | 1 | -0/+4 |
| |/ | |||||
| * | Merge pull request #603 from ctrlpvim/limit-height | mattn | 2022-04-14 | 1 | -2/+2 |
| |\ | | | | | Omit lines for reader | ||||
| | * | Omit lines for reader | Yasuhiro Matsumoto | 2022-04-14 | 1 | -2/+2 |
| |/ | |||||
| * | Merge pull request #601 from ydzhou/master | mattn | 2022-03-23 | 2 | -2/+13 |
| |\ | | | | | Improve CtrlP fuzzy finding results on large directories | ||||
| | * | Improve CtrlP fuzzy finding results on large directories | Yudi Zhou | 2022-03-22 | 2 | -2/+13 |
| |/ | |||||
| * | Merge pull request #599 from ydzhou/master | mattn | 2022-03-22 | 2 | -36/+10 |
| |\ | | | | | Update doc related to wildignore | ||||
| | * | Fix doc related to wildignore | Yudi Zhou | 2022-03-21 | 2 | -36/+10 |
| |/ | |||||
| * | Ignore errors | Yasuhiro Matsumoto | 2022-03-22 | 2 | -4/+14 |
| | | |||||
| * | Merge pull request #597 from ctrlpvim/optimize5 | mattn | 2022-03-17 | 1 | -0/+3 |
| |\ | | | | | Lines can be omitted over s:maxlines | ||||
| | * | Lines can be omitted over s:maxlines | Yasuhiro Matsumoto | 2022-03-17 | 1 | -0/+3 |
| |/ | |||||
| * | Merge pull request #595 from ctrlpvim/optimize4 | mattn | 2022-03-17 | 1 | -6/+12 |
| |\ | | | | | Optimize s:pathshorten() | ||||
| | * | Add small optimizations | Yasuhiro Matsumoto | 2022-03-17 | 1 | -1/+2 |
| | | | |||||
| | * | retab | Yasuhiro Matsumoto | 2022-03-17 | 1 | -1/+1 |
| | | | |||||
| | * | Optimize s:pathshorten() | Yasuhiro Matsumoto | 2022-03-17 | 1 | -5/+10 |
| | | | |||||
| * | | Merge pull request #596 from ctrlpvim/close-faster | mattn | 2022-03-17 | 1 | -4/+6 |
| |\ \ | |/ |/| | Close window fast | ||||
| | * | Close window fast | Yasuhiro Matsumoto | 2022-03-17 | 1 | -4/+6 |
| |/ | |||||
| * | Merge pull request #571 from edlanglois/master | mattn | 2022-02-09 | 1 | -1/+1 |
| |\ | | | | | Add alacritty to terminals with keycode fixes | ||||
| | * | Merge branch 'ctrlpvim:master' into master | Eric Langlois | 2022-02-07 | 4 | -9/+46 |
| | |\ | |/ |/| | |||||
| * | | Create FUNDING.yml | mattn | 2022-01-14 | 1 | -0/+13 |
| | | | |||||
| * | | Merge pull request #586 from ctrlpvim/hi-update | mattn | 2021-12-12 | 1 | -0/+10 |
| |\ \ | | | | | | | Update highlight after ColorScheme event | ||||
| | * | | Update highlight after ColorScheme event | Yasuhiro Matsumoto | 2021-12-12 | 1 | -0/+10 |
| |/ / | |||||
| * | | Merge pull request #584 from IngoMeyer441/fix/broken-buffer-tags | mattn | 2021-12-04 | 1 | -1/+1 |
| |\ \ | | | | | | | Fix broken buffertags | ||||
| | * | | Fix broken buffertags | Ingo Meyer | 2021-12-03 | 1 | -1/+1 |
| |/ / | | | | | | | This commit fixes GitHub issue #583. | ||||
| * | | Merge pull request #340 from IngoMeyer441/master | mattn | 2021-11-24 | 1 | -2/+6 |
| |\ \ | | | | | | | Print scoping information (e.g. classes) when using the buffertag extension | ||||
| | * | | Additional scoping information (e.g. classes) are printed by the | Ingo Meyer | 2021-11-22 | 1 | -2/+6 |
| |/ / | | | | | | | buffertag extension if available | ||||
| * | | Merge pull request #579 from ctrlpvim/unescape-path | Takahiro Yoshihara | 2021-11-17 | 1 | -1/+2 |
| |\ \ | | | | | | | | | | | | | Unescape paths for GlobPath Not all problematic cases are covered with this because of its complexity, but most of them are fixed. This is enough for now. | ||||
| | * | | Fix #138unescape-path | Yasuhiro Matsumoto | 2021-11-17 | 1 | -1/+1 |
| | | | | |||||
| | * | | Unescape paths for GlobPath | Yasuhiro Matsumoto | 2021-11-16 | 1 | -1/+2 |
| |/ / | | | | | | | Closes #138, #572 | ||||
| * | | Update readme.md | Takahiro Yoshihara | 2021-10-19 | 1 | -5/+4 |
| | | | |||||
| * | | Merge pull request #558 from coolaj86/patch-1 | Takahiro Yoshihara | 2021-10-19 | 1 | -0/+9 |
| |\ \ | | | | | | | add install instructions | ||||
| | * | | add install instructions | AJ ONeal | 2020-10-04 | 1 | -0/+9 |
| | | | | |||||