aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Correct last focused window when PrtExitcorrect-windowYasuhiro Matsumoto2016-09-171-0/+3
* Merge pull request #299 from blueyed/doc-CtrlPCurFile-CtrlPCurWDmattn2016-09-151-1/+12
|\
| * Document :CtrlPCurFile and :CtrlPCurWDDaniel Hahler2016-09-141-1/+12
* | Merge pull request #300 from blueyed/doc-mention-ctrlp_show_hiddenmattn2016-09-151-2/+3
|\ \ | |/ |/|
| * doc: mention g:ctrlp_show_hidden with g:ctrlp_custom_ignoreDaniel Hahler2016-09-141-2/+3
|/
* Merge pull request #298 from spiffytech/mastermattn2016-09-131-0/+4
|\
| * #296: Document ability to control pane switching vs opening in new paneBrian Cottingham2016-09-091-0/+4
|/
* builtins should be always 2 because it is specified start index for the follo...Yasuhiro Matsumoto2016-08-261-1/+1
* configure core_types in laterYasuhiro Matsumoto2016-08-242-7/+9
* reset v:errmsg before checking cmdwinYasuhiro Matsumoto2016-08-221-1/+1
* s:curtype should return pair of [id, name]Yasuhiro Matsumoto2016-07-291-2/+2
* PrtClearCache doesn't workYasuhiro Matsumoto2016-07-291-1/+1
* Merge branch 'master' of git://github.com/ctrlpvim/ctrlp.vimYasuhiro Matsumoto2016-07-284-58/+106
|\
| * export g:ctrlp_formatline_func to customize format per lineYasuhiro Matsumoto2016-07-271-1/+2
| * Merge pull request #220 from ctrlpvim/core-typesmattn2016-07-273-57/+90
| |\
| | * Merge branch 'master' into core-typescore-typesYasuhiro Matsumoto2016-04-101-2/+7
| | |\
| | * \ Merge branch 'master' into core-typesYasuhiro Matsumoto2016-04-101-1/+10
| | |\ \
| | * \ \ Merge branch 'core-types' of git://github.com/ctrlpvim/ctrlp.vim into core-typesYasuhiro Matsumoto2016-04-100-0/+0
| | |\ \ \
| | | * | | Fix search the typeYasuhiro Matsumoto2016-03-191-1/+1
| | | * | | Validate g:ctrlp_typesYasuhiro Matsumoto2016-03-181-1/+4
| | | * | | Should be max count of builtinsYasuhiro Matsumoto2016-03-181-1/+1
| | | * | | Do filter before startYasuhiro Matsumoto2016-03-181-5/+5
| | | * | | Document for g:ctrlp_typesYasuhiro Matsumoto2016-03-181-1/+8
| | | * | | Customizable core typesYasuhiro Matsumoto2016-03-182-53/+76
| | * | | | Fix search the typeYasuhiro Matsumoto2016-04-101-1/+1
| | * | | | Validate g:ctrlp_typesYasuhiro Matsumoto2016-04-101-1/+4
| | * | | | Should be max count of builtinsYasuhiro Matsumoto2016-04-101-1/+1
| | * | | | Do filter before startYasuhiro Matsumoto2016-04-101-5/+5
| | * | | | Document for g:ctrlp_typesYasuhiro Matsumoto2016-04-101-1/+8
| | * | | | Customizable core typesYasuhiro Matsumoto2016-04-102-52/+75
| * | | | | Merge pull request #273 from ctrlpvim/yankmattn2016-07-081-0/+13
| |\ \ \ \ \
| | * | | | | add YankLine()Yasuhiro Matsumoto2016-07-081-0/+13
| * | | | | | Merge pull request #270 from QMonkey/mastermattn2016-07-021-0/+1
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | buftag support for golangQMonkey2016-06-301-0/+1
| |/ / / / /
* / / / / / Rollbak https://github.com/ctrlpvim/ctrlp.vim/pull/258/commits/f8df0f3b829652...Yasuhiro Matsumoto2016-07-281-1/+1
|/ / / / /
* | | | | revert to original match behaviorYasuhiro Matsumoto2016-06-251-5/+12
* | | | | check getcurpos existsYasuhiro Matsumoto2016-06-241-3/+3
* | | | | fix fuzzy filterYasuhiro Matsumoto2016-06-241-1/+2
* | | | | check the shell on windowsYasuhiro Matsumoto2016-06-241-1/+1
* | | | | Merge pull request #260 from ctrlpvim/fix256mattn2016-06-241-6/+6
|\ \ \ \ \
| * | | | | use getcurpos/setpos instead of winsaveview/winrestviewYasuhiro Matsumoto2016-06-081-6/+6
* | | | | | make sure current window is ControlPYasuhiro Matsumoto2016-06-231-0/+1
|/ / / / /
* | | | | Merge pull request #259 from ctrlpvim/fix-253mattn2016-06-081-4/+4
|\ \ \ \ \
| * | | | | unload buffer if called PrtExitYasuhiro Matsumoto2016-06-081-4/+4
|/ / / / /
* | | | | Merge pull request #245 from qstrahl/mastermattn2016-06-081-1/+2
|\ \ \ \ \
| * | | | | Be more explicit about what windows to replaceQuinn Strahl2016-06-061-1/+2
|/ / / / /
* | | | | Merge pull request #258 from thatsmydoing/mastermattn2016-06-041-1/+1
|\ \ \ \ \
| * | | | | Fix switching to buffers with protocolsThomas Dy2016-06-041-1/+1
|/ / / / /
* | | | | Fix highlighting for custom ctrlp_line_prefix.Lifepillar2016-05-011-1/+1
* | | | | Merge pull request #247 from rcorre/st_f5mattn2016-04-271-1/+1
|\ \ \ \ \