aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/autoload (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: paths containing parentheses are not shown in powershellCésar Bravo2026-04-043-3/+17
|
* Reflect "ctrlp_match_current_file" in CtrlPMRUFileshokorobi2024-10-201-1/+4
|
* 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
|
* 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
|
* 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
|
* Omit lines for readerYasuhiro Matsumoto2022-04-141-2/+2
|
* Improve CtrlP fuzzy finding results on large directoriesYudi Zhou2022-03-221-2/+2
|
* Ignore errorsYasuhiro Matsumoto2022-03-221-4/+7
|
* 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
| |
* | Close window fastYasuhiro Matsumoto2022-03-171-4/+6
|/
* Merge branch 'ctrlpvim:master' into masterEric Langlois2022-02-072-4/+20
|\
| * Update highlight after ColorScheme eventYasuhiro Matsumoto2021-12-121-0/+10
| |
| * Fix broken buffertagsIngo Meyer2021-12-031-1/+1
| | | | | | | | This commit fixes GitHub issue #583.
| * Additional scoping information (e.g. classes) are printed by theIngo Meyer2021-11-221-2/+6
| | | | | | | | buffertag extension if available
| * Fix #138unescape-pathYasuhiro Matsumoto2021-11-171-1/+1
| |
| * Unescape paths for GlobPathYasuhiro Matsumoto2021-11-161-1/+2
| | | | | | | | Closes #138, #572
| * Fix redraw with ctrlp_key_loop = 1Yasuhiro Matsumoto2021-10-191-0/+1
| |
* | Add alacritty to terminals with keycode fixesEric Langlois2021-05-161-1/+1
|/ | | | Fixes arrow keys, <F5>, and possibly others for the Alacritty terminal.
* Restore line prefixobcat2020-11-111-1/+1
|
* filter with wildignoreYasuhiro Matsumoto2020-10-161-0/+1
|
* Fix escapingYasuhiro Matsumoto2020-10-161-1/+1
| | | | Fixes #540
* Pass argumentYasuhiro Matsumoto2020-10-121-3/+1
|
* Add flag to BuildPrompt.Yasuhiro Matsumoto2020-10-121-1/+4
|
* Fix indentationYasuhiro Matsumoto2020-10-031-1/+1
|
* Optimizations using get(dict, key, default)Yasuhiro Matsumoto2020-10-031-15/+15
|
* Optimize s:usrignYasuhiro Matsumoto2020-10-031-2/+2
|
* Optimize susrignYasuhiro Matsumoto2020-10-031-5/+3
|
* Optimize s:usrignYasuhiro Matsumoto2020-10-031-5/+2
|
* Optimize fnesc.Yasuhiro Matsumoto2020-10-031-11/+20
| | | | Avoid checking features
* Check readdir with optionsYasuhiro Matsumoto2020-09-211-1/+1
|
* 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
|