| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add ctrlp_create_funcfix438 | Yasuhiro Matsumoto | 2018-06-13 | 2 | -1/+20 |
| * | Fixes #445 | Takahiro Yoshihara | 2018-06-11 | 1 | -1/+1 |
| * | Merge pull request #316 from HerringtonDarkholme/master | mattn | 2018-06-11 | 1 | -0/+1 |
| |\ | |||||
| | * | set ctrlp buffer's filetype | Herrington Darkholme | 2016-10-21 | 1 | -0/+1 |
| * | | Fix to respect case for file names | Takahiro Yoshihara | 2018-04-10 | 1 | -2/+2 |
| * | | Merge pull request #425 from shyun3/pullreq | mattn | 2018-04-03 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Fix issue #136 | shyun3 | 2018-04-01 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #424 from mluts/support-vim8-terminal | mattn | 2018-03-28 | 1 | -4/+4 |
| |\ \ | |||||
| | * | | Add support for vim8 terminals | Michael Lutsiuk | 2018-03-27 | 1 | -4/+4 |
| |/ / | |||||
| * | | Merge pull request #420 from borisbrodski/master | Takahiro Yoshihara | 2018-02-10 | 2 | -2/+2 |
| |\ \ | |||||
| | * | | Bump version to 1.80 | Boris Brodski | 2018-02-08 | 2 | -2/+2 |
| |/ / | |||||
| * | | Merge pull request #413 from ptzz/master | mattn | 2018-01-15 | 1 | -3/+5 |
| |\ \ | |||||
| | * | | Fix issue with CtrlPLine and empty search string | ptzz | 2017-12-08 | 1 | -3/+5 |
| * | | | Merge pull request #402 from ctrlpvim/no-percent-cmd | mattn | 2018-01-15 | 1 | -2/+10 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Possible to be specify g:ctrlp_user_command without %s | Yasuhiro Matsumoto | 2017-09-21 | 1 | -2/+10 |
| |/ / | |||||
| * | | Fix doc for `:CtrlPCurFile` and `:CtrlPCurWD` | Takahiro Yoshihara | 2017-08-30 | 1 | -2/+2 |
| * | | do not modify guicursor if it is empty | Yasuhiro Matsumoto | 2017-08-16 | 1 | -3/+5 |
| * | | Merge pull request #389 from hokorobi/remove-extra-less-than-sign | mattn | 2017-07-18 | 1 | -1/+0 |
| |\ \ | |||||
| | * | | Remove extra less than sign | hokorobi | 2017-07-15 | 1 | -1/+0 |
| |/ / | |||||
| * | | Merge pull request #385 from Andrei-Stepanov/line_jump_search_highlight | mattn | 2017-07-04 | 2 | -4/+11 |
| |\ \ | |||||
| | * | | Update 'line' extension to as Vim search pattern. | Andrei Stepanov | 2017-07-04 | 2 | -4/+11 |
| * | | | Merge branch 'master' into fix-getextvarfix-getextvar | Yasuhiro Matsumoto | 2017-07-04 | 1 | -0/+5 |
| |\| | | |||||
| | * | | Merge pull request #383 from Andrei-Stepanov/regex_hl | mattn | 2017-07-04 | 1 | -0/+5 |
| | |\ \ | |||||
| | | * | | Add g:ctrlp_regex_always_higlight option | Andrei Stepanov | 2017-06-26 | 1 | -0/+5 |
| * | | | | fix getextvar | Yasuhiro Matsumoto | 2017-07-04 | 1 | -1/+3 |
| |/ / / | |||||
| * | | | unlet scalar variable | Yasuhiro Matsumoto | 2017-06-29 | 1 | -0/+1 |
| * | | | check matcher strictly | Yasuhiro Matsumoto | 2017-06-23 | 1 | -1/+1 |
| * | | | remove debug statement | Yasuhiro Matsumoto | 2017-06-23 | 1 | -1/+0 |
| * | | | support plugin-local matcher | Yasuhiro Matsumoto | 2017-06-23 | 1 | -3/+8 |
| * | | | Merge pull request #372 from majutsushi/issue-339 | mattn | 2017-06-04 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | Call ctags with --file-scope=yes argument | Jan Larres | 2017-06-04 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | mru should be loaded when ctrlp_types is not defined. | Yasuhiro Matsumoto | 2017-05-25 | 1 | -1/+1 |
| * | | | fix bug | Yasuhiro Matsumoto | 2017-05-25 | 1 | -1/+1 |
| * | | | Merge pull request #368 from LemonBoy/mru-on-demand | mattn | 2017-05-25 | 1 | -1/+3 |
| |\ \ \ | |||||
| | * | | | Initialize the MRU plugin only when needed | LemonBoy | 2017-05-23 | 1 | -1/+3 |
| |/ / / | |||||
| * | | | fixes #363 | Yasuhiro Matsumoto | 2017-04-28 | 1 | -1/+1 |
| * | | | \<C-U> should be referenced as literal in single quote | Yasuhiro Matsumoto | 2017-04-27 | 1 | -1/+1 |
| * | | | fix quote | Yasuhiro Matsumoto | 2017-04-27 | 1 | -1/+1 |
| * | | | avoid looking {count} with gv | Yasuhiro Matsumoto | 2017-04-27 | 1 | -1/+1 |
| * | | | Merge branch 'master' of https://github.com/ctrlpvim/ctrlp.vim | Yasuhiro Matsumoto | 2017-04-26 | 3 | -8/+54 |
| |\ \ \ | |||||
| | * \ \ | Merge pull request #358 from codepiano/master | mattn | 2017-04-09 | 1 | -6/+51 |
| | |\ \ \ | |||||
| | | * | | | translate doc changes to Chinese | lishouyu | 2017-04-08 | 1 | -6/+51 |
| | |/ / / | |||||
| | * | | | Merge pull request #355 from anbn/patch-1 | Takahiro Yoshihara | 2017-03-27 | 1 | -1/+1 |
| | |\ \ \ | |||||
| | | * | | | fix minor typo in documentation ctrlp.txt | anbn | 2017-03-27 | 1 | -1/+1 |
| | |/ / / | |||||
| | * | | | Merge pull request #351 from ctrlpvim/fix333 | Takahiro Yoshihara | 2017-03-19 | 1 | -0/+1 |
| | |\ \ \ | |||||
| | | * | | | try ctrlp_root_markers before looks up to root | Yasuhiro Matsumoto | 2017-02-21 | 1 | -0/+1 |
| | * | | | | Fix incorrect matching in buffer mode with by_filename (#346) | Takahiro Yoshihara | 2017-03-19 | 1 | -1/+1 |
| | |/ / / | |||||
| * / / / | fixes CtrlPLine to detect all buffers. | Yasuhiro Matsumoto | 2017-04-26 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | add g:ctrlp_custom_tag_files | Yasuhiro Matsumoto | 2017-01-13 | 2 | -2/+5 |
| * | | | trying to fix buflist | Kent Sibilev | 2017-01-13 | 1 | -0/+1 |