index
:
ctrlp.vim
core-types
correct-window
extensions
fix-138
fix-416
fix-421
fix-587
fix-broken-highlight-for-undo
fix-buf-matching-by-fname
fix-getextvar
fix-switch_buffer
fix314
fix438
gh-pages
master
matcher-color
readdir
unescape-path
Fuzzy finder plugin for Vim
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix ctrlp_switch_buffer doesn't work properly problem (#169)
fix-switch_buffer
Takahiro Yoshihara
2015-12-16
1
-1
/
+1
*
Merge pull request #158 from ctrlpvim/brief-prompt
mattn
2015-11-30
2
-0
/
+9
|
\
|
*
Implement brief_prompt mode
Yasuhiro Matsumoto
2015-11-12
2
-0
/
+9
*
|
Merge pull request #162 from paretje/master
mattn
2015-11-30
1
-1
/
+5
|
\
\
|
*
|
Fix indentation
Paretje
2015-11-18
1
-5
/
+5
|
*
|
Use systemlist when possible
Paretje
2015-11-18
1
-1
/
+5
|
/
/
*
|
Merge pull request #155 from ludovicchabant/autoignore
mattn
2015-11-10
2
-1
/
+248
|
\
|
|
*
Move auto ignore extension to CtrlP core.
Ludovic Chabant
2015-11-05
2
-1
/
+248
|
/
*
Merge pull request #104 from ryanoasis/master
mattn
2015-11-02
1
-1
/
+3
|
\
|
*
Allow easier customizing of list format
Ryan McIntyre
2015-07-12
1
-1
/
+1
|
*
Allow easier customizing of list format
Ryan McIntyre
2015-07-12
1
-1
/
+3
*
|
Merge pull request #147 from faceleg/patch-1
mattn
2015-10-27
1
-0
/
+6
|
\
\
|
*
|
Added snippet showing how to ignore .gitignore files
Michael Robinson
2015-10-27
1
-0
/
+6
|
/
/
*
|
Merge pull request #131 from ptzz/master
mattn
2015-09-15
1
-0
/
+3
|
\
\
|
*
|
Add buffertag support for dosbatch, matlab and vhdl
ptzz
2015-09-14
1
-0
/
+3
|
/
/
*
|
Merge pull request #130 from ptzz/master
mattn
2015-09-14
1
-0
/
+2
|
\
\
|
*
|
Add support for ant and tex files in buffertag
ptzz
2015-09-14
1
-0
/
+2
|
/
/
*
|
Merge pull request #122 from syohex/misspellings
Takahiro Yoshihara
2015-08-27
1
-2
/
+2
|
\
\
|
*
|
Correct misspellings
Syohei YOSHIDA
2015-08-26
1
-2
/
+2
|
/
/
*
|
Merge pull request #116 from tacahiroy/fix-terminal-buffer-selection
Takahiro Yoshihara
2015-08-20
1
-1
/
+1
|
\
\
|
*
|
Fix buffer mode to handle neovim terminal buffer properly (#106)
Takahiro Yoshihara
2015-08-20
1
-1
/
+1
|
/
/
*
|
Merge pull request #113 from ggVGc/docs_open_single_match
mattn
2015-08-13
1
-0
/
+31
|
\
\
|
*
|
documentation for g:ctrlp_open_single_match and g:ctrpl_ctrlp_line_prefix
walt
2015-08-13
1
-0
/
+31
|
/
/
*
|
Merge pull request #85 from maurizi/fix-tagselect-auto-selection
mattn
2015-08-08
1
-3
/
+10
|
\
\
|
*
|
Fix auto selection of tag from tselect menu for tags in the same file.
Michael Maurizi
2015-03-16
1
-3
/
+10
*
|
|
Merge pull request #88 from ferranpm/master
mattn
2015-07-16
1
-3
/
+7
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Add support for terminal buffers on neovim
Ferran Pelayo Monfort
2015-05-22
1
-3
/
+7
*
|
|
Merge pull request #100 from codepiano/master
mattn
2015-06-29
1
-2
/
+29
|
\
\
\
|
*
|
|
translate recent help doc changes
codepiano
2015-06-28
1
-2
/
+29
|
/
/
/
*
|
|
Merge branch 'ggVgc-auto_open_single'
Ludovic Chabant
2015-03-24
1
-5
/
+35
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Merge branch 'auto_open_single' of https://github.com/ggVGc/ctrlp.vim into gg...
Ludovic Chabant
2015-03-20
1
-5
/
+35
|
/
|
|
|
*
|
made g:open_single_match work for core modes also
walt
2015-03-12
1
-6
/
+21
|
*
|
made g:ctrlp_open_single into a list of affected extensions, rather than a gl...
walt
2015-03-12
1
-3
/
+3
|
*
|
added option g:open_single_match
walt
2015-02-27
1
-0
/
+15
*
|
|
Fix indent
Yasuhiro Matsumoto
2015-03-16
1
-1
/
+1
*
|
|
Rename `update` to `validate`.
Ludovic Chabant
2015-03-15
1
-4
/
+3
*
|
|
Add new extensions function: update
LFDM
2015-03-15
1
-0
/
+4
*
|
|
Merge pull request #81 from ggVGc/option_line_prefix
Ludovic Chabant
2015-03-11
1
-1
/
+2
|
\
\
\
|
*
|
|
added option g:ctrlp_line_prefix, defining a string to print in front of each...
walt
2015-02-27
1
-1
/
+2
|
|
/
/
*
|
|
Fix bug. related issue #82
Yasuhiro Matsumoto
2015-03-09
2
-3
/
+4
*
|
|
Merge pull request #82 from Konfekt/nomod
mattn
2015-03-09
4
-19
/
+30
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
add option to prevent adding nomod buffers to MRU
Konfekt
2015-03-08
2
-1
/
+10
|
*
|
make tilde_homedir variable global
Enno Nagel
2015-02-23
4
-10
/
+11
|
*
|
clean up BookmarkDirAdd function
Enno Nagel
2015-02-10
1
-4
/
+3
|
*
|
explain BookmarkDirAdd(!) command as provided
Enno Nagel
2015-02-10
1
-6
/
+8
|
/
/
*
|
Merge pull request #76 from Konfekt/master
Ludovic Chabant
2015-02-09
3
-4
/
+15
|
\
\
|
*
|
mru and bookmarked path use ~ for $HOME
Enno Nagel
2015-02-09
3
-4
/
+15
|
*
|
remove typo to uniformize dir path
Enno Nagel
2015-02-07
1
-1
/
+1
|
/
/
*
|
Fix indent
mattn
2015-02-02
1
-3
/
+3
*
|
Check s:usrign is dictionary or string. Close #73
mattn
2015-02-02
1
-2
/
+2
[next]