aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #634 from cesar-bravo-m/fix-parentheses-paths-powershellHEADmastermattn2026-04-053-3/+17
|\ | | | | fix: paths containing parentheses are not shown in powershell
| * fix: paths containing parentheses are not shown in powershellCésar Bravo2026-04-043-3/+17
|/
* Merge pull request #624 from Angluca/mastermattn2025-10-151-1/+1
|\ | | | | Not use map
| * Not use mapPixeller2023-12-131-1/+1
| | | | | | nmap please
* | Merge pull request #630 from hokorobi/add-curfile-filtermattn2024-10-212-2/+6
|\ \ | | | | | | Reflect "g:ctrlp_match_current_file" in CtrlPMRUFiles even when using "g:ctrlp_match_func"
| * | Reflect "ctrlp_match_current_file" in CtrlPMRUFileshokorobi2024-10-202-2/+6
| | |
| * | Revert "Add option to hide the current buffer"hokorobi2024-10-201-4/+0
| | | | | | | | | | | | This reverts commit 3ab82e6b54a0f34efb8793eab4ec4a58ef8fc3e5.
| * | Add option to hide the current bufferhokorobi2024-10-051-0/+4
|/ /
* | Merge pull request #629 from elig0n/patch-1mattn2024-09-231-1/+1
|\ \ | |/ |/| Fix typo in ctrlp.txt
| * Fix typo in ctrlp.txtelig0n2024-09-221-1/+1
|/
* Merge pull request #621 from drmikehenry/no_cscopetagmattn2023-07-161-3/+7
|\ | | | | Ensure the 'cst' option is available before referencing it.
| * Ensure the 'cst' option is available before referencing it.Michael Henry2023-07-151-3/+7
|/ | | | Note that in Neovim the 'cst' ('cscopetag') option has been removed.
* save/restore cmdheightYasuhiro Matsumoto2022-08-031-2/+8
|
* cosmetic changeYasuhiro Matsumoto2022-08-031-1/+1
|
* fix version number string for checkingYasuhiro Matsumoto2022-08-031-2/+2
|
* fixes #611Yasuhiro Matsumoto2022-08-021-2/+2
|
* Merge pull request #610 from hashue/feat/support-cmdheightmattn2022-08-021-0/+3
|\ | | | | fix not display cmdwin when `cmdheight = 0`
| * fix: fix for commentsHasu2022-08-021-2/+2
| |
| * fix: remove unnecessary lineHasu2022-08-021-1/+0
| |
| * feat: support `cmdheight=0`Hasu2022-08-021-0/+4
|/
* Merge pull request #603 from ctrlpvim/limit-heightmattn2022-04-141-2/+2
|\ | | | | Omit lines for reader
| * Omit lines for readerYasuhiro Matsumoto2022-04-141-2/+2
|/
* Merge pull request #601 from ydzhou/mastermattn2022-03-232-2/+13
|\ | | | | Improve CtrlP fuzzy finding results on large directories
| * Improve CtrlP fuzzy finding results on large directoriesYudi Zhou2022-03-222-2/+13
|/
* Merge pull request #599 from ydzhou/mastermattn2022-03-222-36/+10
|\ | | | | Update doc related to wildignore
| * Fix doc related to wildignoreYudi Zhou2022-03-212-36/+10
|/
* Ignore errorsYasuhiro Matsumoto2022-03-222-4/+14
|
* Merge pull request #597 from ctrlpvim/optimize5mattn2022-03-171-0/+3
|\ | | | | Lines can be omitted over s:maxlines
| * Lines can be omitted over s:maxlinesYasuhiro Matsumoto2022-03-171-0/+3
|/
* Merge pull request #595 from ctrlpvim/optimize4mattn2022-03-171-6/+12
|\ | | | | Optimize s:pathshorten()
| * Add small optimizationsYasuhiro Matsumoto2022-03-171-1/+2
| |
| * retabYasuhiro Matsumoto2022-03-171-1/+1
| |
| * Optimize s:pathshorten()Yasuhiro Matsumoto2022-03-171-5/+10
| |
* | Merge pull request #596 from ctrlpvim/close-fastermattn2022-03-171-4/+6
|\ \ | |/ |/| Close window fast
| * Close window fastYasuhiro Matsumoto2022-03-171-4/+6
|/
* Merge pull request #571 from edlanglois/mastermattn2022-02-091-1/+1
|\ | | | | Add alacritty to terminals with keycode fixes
| * Merge branch 'ctrlpvim:master' into masterEric Langlois2022-02-074-9/+46
| |\ | |/ |/|
* | Create FUNDING.ymlmattn2022-01-141-0/+13
| |
* | Merge pull request #586 from ctrlpvim/hi-updatemattn2021-12-121-0/+10
|\ \ | | | | | | Update highlight after ColorScheme event
| * | Update highlight after ColorScheme eventYasuhiro Matsumoto2021-12-121-0/+10
|/ /
* | Merge pull request #584 from IngoMeyer441/fix/broken-buffer-tagsmattn2021-12-041-1/+1
|\ \ | | | | | | Fix broken buffertags
| * | Fix broken buffertagsIngo Meyer2021-12-031-1/+1
|/ / | | | | | | This commit fixes GitHub issue #583.
* | Merge pull request #340 from IngoMeyer441/mastermattn2021-11-241-2/+6
|\ \ | | | | | | Print scoping information (e.g. classes) when using the buffertag extension
| * | Additional scoping information (e.g. classes) are printed by theIngo Meyer2021-11-221-2/+6
|/ / | | | | | | buffertag extension if available
* | Merge pull request #579 from ctrlpvim/unescape-pathTakahiro Yoshihara2021-11-171-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-pathYasuhiro Matsumoto2021-11-171-1/+1
| | |
| * | Unescape paths for GlobPathYasuhiro Matsumoto2021-11-161-1/+2
|/ / | | | | | | Closes #138, #572
* | Update readme.mdTakahiro Yoshihara2021-10-191-5/+4
| |
* | Merge pull request #558 from coolaj86/patch-1Takahiro Yoshihara2021-10-191-0/+9
|\ \ | | | | | | add install instructions
| * | add install instructionsAJ ONeal2020-10-041-0/+9
| | |