| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Correct last focused window when PrtExitcorrect-window | Yasuhiro Matsumoto | 2016-09-17 | 1 | -0/+3 |
| * | Merge pull request #299 from blueyed/doc-CtrlPCurFile-CtrlPCurWD | mattn | 2016-09-15 | 1 | -1/+12 |
| |\ | |||||
| | * | Document :CtrlPCurFile and :CtrlPCurWD | Daniel Hahler | 2016-09-14 | 1 | -1/+12 |
| * | | Merge pull request #300 from blueyed/doc-mention-ctrlp_show_hidden | mattn | 2016-09-15 | 1 | -2/+3 |
| |\ \ | |/ |/| | |||||
| | * | doc: mention g:ctrlp_show_hidden with g:ctrlp_custom_ignore | Daniel Hahler | 2016-09-14 | 1 | -2/+3 |
| |/ | |||||
| * | Merge pull request #298 from spiffytech/master | mattn | 2016-09-13 | 1 | -0/+4 |
| |\ | |||||
| | * | #296: Document ability to control pane switching vs opening in new pane | Brian Cottingham | 2016-09-09 | 1 | -0/+4 |
| |/ | |||||
| * | builtins should be always 2 because it is specified start index for the follo... | Yasuhiro Matsumoto | 2016-08-26 | 1 | -1/+1 |
| * | configure core_types in later | Yasuhiro Matsumoto | 2016-08-24 | 2 | -7/+9 |
| * | reset v:errmsg before checking cmdwin | Yasuhiro Matsumoto | 2016-08-22 | 1 | -1/+1 |
| * | s:curtype should return pair of [id, name] | Yasuhiro Matsumoto | 2016-07-29 | 1 | -2/+2 |
| * | PrtClearCache doesn't work | Yasuhiro Matsumoto | 2016-07-29 | 1 | -1/+1 |
| * | Merge branch 'master' of git://github.com/ctrlpvim/ctrlp.vim | Yasuhiro Matsumoto | 2016-07-28 | 4 | -58/+106 |
| |\ | |||||
| | * | export g:ctrlp_formatline_func to customize format per line | Yasuhiro Matsumoto | 2016-07-27 | 1 | -1/+2 |
| | * | Merge pull request #220 from ctrlpvim/core-types | mattn | 2016-07-27 | 3 | -57/+90 |
| | |\ | |||||
| | | * | Merge branch 'master' into core-typescore-types | Yasuhiro Matsumoto | 2016-04-10 | 1 | -2/+7 |
| | | |\ | |||||
| | | * \ | Merge branch 'master' into core-types | Yasuhiro Matsumoto | 2016-04-10 | 1 | -1/+10 |
| | | |\ \ | |||||
| | | * \ \ | Merge branch 'core-types' of git://github.com/ctrlpvim/ctrlp.vim into core-types | Yasuhiro Matsumoto | 2016-04-10 | 0 | -0/+0 |
| | | |\ \ \ | |||||
| | | | * | | | Fix search the type | Yasuhiro Matsumoto | 2016-03-19 | 1 | -1/+1 |
| | | | * | | | Validate g:ctrlp_types | Yasuhiro Matsumoto | 2016-03-18 | 1 | -1/+4 |
| | | | * | | | Should be max count of builtins | Yasuhiro Matsumoto | 2016-03-18 | 1 | -1/+1 |
| | | | * | | | Do filter before start | Yasuhiro Matsumoto | 2016-03-18 | 1 | -5/+5 |
| | | | * | | | Document for g:ctrlp_types | Yasuhiro Matsumoto | 2016-03-18 | 1 | -1/+8 |
| | | | * | | | Customizable core types | Yasuhiro Matsumoto | 2016-03-18 | 2 | -53/+76 |
| | | * | | | | Fix search the type | Yasuhiro Matsumoto | 2016-04-10 | 1 | -1/+1 |
| | | * | | | | Validate g:ctrlp_types | Yasuhiro Matsumoto | 2016-04-10 | 1 | -1/+4 |
| | | * | | | | Should be max count of builtins | Yasuhiro Matsumoto | 2016-04-10 | 1 | -1/+1 |
| | | * | | | | Do filter before start | Yasuhiro Matsumoto | 2016-04-10 | 1 | -5/+5 |
| | | * | | | | Document for g:ctrlp_types | Yasuhiro Matsumoto | 2016-04-10 | 1 | -1/+8 |
| | | * | | | | Customizable core types | Yasuhiro Matsumoto | 2016-04-10 | 2 | -52/+75 |
| | * | | | | | Merge pull request #273 from ctrlpvim/yank | mattn | 2016-07-08 | 1 | -0/+13 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | add YankLine() | Yasuhiro Matsumoto | 2016-07-08 | 1 | -0/+13 |
| | * | | | | | | Merge pull request #270 from QMonkey/master | mattn | 2016-07-02 | 1 | -0/+1 |
| | |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| | | * | | | | | buftag support for golang | QMonkey | 2016-06-30 | 1 | -0/+1 |
| | |/ / / / / | |||||
| * / / / / / | Rollbak https://github.com/ctrlpvim/ctrlp.vim/pull/258/commits/f8df0f3b829652... | Yasuhiro Matsumoto | 2016-07-28 | 1 | -1/+1 |
| |/ / / / / | |||||
| * | | | | | revert to original match behavior | Yasuhiro Matsumoto | 2016-06-25 | 1 | -5/+12 |
| * | | | | | check getcurpos exists | Yasuhiro Matsumoto | 2016-06-24 | 1 | -3/+3 |
| * | | | | | fix fuzzy filter | Yasuhiro Matsumoto | 2016-06-24 | 1 | -1/+2 |
| * | | | | | check the shell on windows | Yasuhiro Matsumoto | 2016-06-24 | 1 | -1/+1 |
| * | | | | | Merge pull request #260 from ctrlpvim/fix256 | mattn | 2016-06-24 | 1 | -6/+6 |
| |\ \ \ \ \ | |||||
| | * | | | | | use getcurpos/setpos instead of winsaveview/winrestview | Yasuhiro Matsumoto | 2016-06-08 | 1 | -6/+6 |
| * | | | | | | make sure current window is ControlP | Yasuhiro Matsumoto | 2016-06-23 | 1 | -0/+1 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #259 from ctrlpvim/fix-253 | mattn | 2016-06-08 | 1 | -4/+4 |
| |\ \ \ \ \ | |||||
| | * | | | | | unload buffer if called PrtExit | Yasuhiro Matsumoto | 2016-06-08 | 1 | -4/+4 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #245 from qstrahl/master | mattn | 2016-06-08 | 1 | -1/+2 |
| |\ \ \ \ \ | |||||
| | * | | | | | Be more explicit about what windows to replace | Quinn Strahl | 2016-06-06 | 1 | -1/+2 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #258 from thatsmydoing/master | mattn | 2016-06-04 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| | * | | | | | Fix switching to buffers with protocols | Thomas Dy | 2016-06-04 | 1 | -1/+1 |
| |/ / / / / | |||||
| * | | | | | Fix highlighting for custom ctrlp_line_prefix. | Lifepillar | 2016-05-01 | 1 | -1/+1 |
| * | | | | | Merge pull request #247 from rcorre/st_f5 | mattn | 2016-04-27 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||