| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: paths containing parentheses are not shown in powershell | César Bravo | 2026-04-04 | 3 | -3/+17 |
| | | |||||
| * | Reflect "ctrlp_match_current_file" in CtrlPMRUFiles | hokorobi | 2024-10-20 | 1 | -1/+4 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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 |
| | | |||||
| * | Omit lines for reader | Yasuhiro Matsumoto | 2022-04-14 | 1 | -2/+2 |
| | | |||||
| * | Improve CtrlP fuzzy finding results on large directories | Yudi Zhou | 2022-03-22 | 1 | -2/+2 |
| | | |||||
| * | Ignore errors | Yasuhiro Matsumoto | 2022-03-22 | 1 | -4/+7 |
| | | |||||
| * | 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 |
| | | | |||||
| * | | Close window fast | Yasuhiro Matsumoto | 2022-03-17 | 1 | -4/+6 |
| |/ | |||||
| * | Merge branch 'ctrlpvim:master' into master | Eric Langlois | 2022-02-07 | 2 | -4/+20 |
| |\ | |||||
| | * | Update highlight after ColorScheme event | Yasuhiro Matsumoto | 2021-12-12 | 1 | -0/+10 |
| | | | |||||
| | * | Fix broken buffertags | Ingo Meyer | 2021-12-03 | 1 | -1/+1 |
| | | | | | | | | | This commit fixes GitHub issue #583. | ||||
| | * | Additional scoping information (e.g. classes) are printed by the | Ingo Meyer | 2021-11-22 | 1 | -2/+6 |
| | | | | | | | | | buffertag extension if available | ||||
| | * | 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 | ||||
| | * | Fix redraw with ctrlp_key_loop = 1 | Yasuhiro Matsumoto | 2021-10-19 | 1 | -0/+1 |
| | | | |||||
| * | | Add alacritty to terminals with keycode fixes | Eric Langlois | 2021-05-16 | 1 | -1/+1 |
| |/ | | | | Fixes arrow keys, <F5>, and possibly others for the Alacritty terminal. | ||||
| * | Restore line prefix | obcat | 2020-11-11 | 1 | -1/+1 |
| | | |||||
| * | filter with wildignore | Yasuhiro Matsumoto | 2020-10-16 | 1 | -0/+1 |
| | | |||||
| * | Fix escaping | Yasuhiro Matsumoto | 2020-10-16 | 1 | -1/+1 |
| | | | | | Fixes #540 | ||||
| * | Pass argument | Yasuhiro Matsumoto | 2020-10-12 | 1 | -3/+1 |
| | | |||||
| * | Add flag to BuildPrompt. | Yasuhiro Matsumoto | 2020-10-12 | 1 | -1/+4 |
| | | |||||
| * | Fix indentation | Yasuhiro Matsumoto | 2020-10-03 | 1 | -1/+1 |
| | | |||||
| * | Optimizations using get(dict, key, default) | Yasuhiro Matsumoto | 2020-10-03 | 1 | -15/+15 |
| | | |||||
| * | Optimize s:usrign | Yasuhiro Matsumoto | 2020-10-03 | 1 | -2/+2 |
| | | |||||
| * | Optimize susrign | Yasuhiro Matsumoto | 2020-10-03 | 1 | -5/+3 |
| | | |||||
| * | Optimize s:usrign | Yasuhiro Matsumoto | 2020-10-03 | 1 | -5/+2 |
| | | |||||
| * | Optimize fnesc. | Yasuhiro Matsumoto | 2020-10-03 | 1 | -11/+20 |
| | | | | | Avoid checking features | ||||
| * | Check readdir with options | Yasuhiro Matsumoto | 2020-09-21 | 1 | -1/+1 |
| | | |||||
| * | Fix modelinereaddir | Yasuhiro Matsumoto | 2020-09-19 | 1 | -1/+1 |
| | | |||||
| * | += is faster than add() | Yasuhiro Matsumoto | 2020-09-18 | 1 | -7/+7 |
| | | |||||
| * | += is faster than extend() | Yasuhiro Matsumoto | 2020-09-18 | 1 | -19/+19 |
| | | |||||
| * | Do not let for extend | Yasuhiro Matsumoto | 2020-09-18 | 1 | -1/+1 |
| | | |||||
| * | Optimize formatline | Yasuhiro Matsumoto | 2020-09-18 | 1 | -3/+34 |
| | | |||||
| * | Optimize s:strwidth | Yasuhiro Matsumoto | 2020-09-18 | 1 | -3/+9 |
| | | |||||
| * | Optimize mixedsort | Yasuhiro Matsumoto | 2020-09-18 | 1 | -1/+31 |
| | | |||||
| * | Use extend | Yasuhiro Matsumoto | 2020-09-18 | 1 | -7/+7 |
| | | |||||
| * | Revert previous change | Yasuhiro Matsumoto | 2020-09-18 | 1 | -1/+1 |
| | | |||||