Skip to content

Commit 2868678

Browse files
authored
Merge pull request #329 from ctrlpvim/release1.80
release 1.80
2 parents d9eb5ae + 4a6fed2 commit 2868678

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

autoload/ctrlp.vim

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
" =============================================================================
22
" File: autoload/ctrlp.vim
33
" Description: Fuzzy file, buffer, mru, tag, etc finder.
4-
" Author: Kien Nguyen <github.com/kien>
5-
" Version: 1.79
4+
" Author: CtrlP Dev Team
5+
" Original: Kien Nguyen <github.com/kien>
6+
" Version: 1.80
67
" =============================================================================
78

89
" ** Static variables {{{1

doc/ctrlp.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1497,6 +1497,28 @@ Special thanks:~
14971497
===============================================================================
14981498
CHANGELOG *ctrlp-changelog*
14991499

1500+
Before 2016/11/28~
1501+
1502+
+ New command: |YankLine()| to yank current line.
1503+
+ New option: |g:ctrlp_types| to select builtin modes.
1504+
+ New feature: asynchronized spawn of |g:ctrlp_user_command|. This enable
1505+
with set |g:user_command_async| to 1.
1506+
+ Support buffertag for delphi, rust and golang.
1507+
+ New option: |g:ctrlp_brief_prompt|,
1508+
|g:match_current_file|,
1509+
|g:ctrlp_compare_lim|.
1510+
+ New feature: Auto-ignore extension.
1511+
+ Support buffertag for ant, tex, dosbatch, matlab and vhdl.
1512+
+ New option |g:ctrlp_line_prefix| for integrating third party plugins.
1513+
+ New option |g:open_single_match| to open single file in matches.
1514+
+ Add <plug>(ctrlp) for launch CtrlP.
1515+
+ Accept bang for CtrlPBookmarkDirAdd to avoid confirm.
1516+
+ Handle variable like "g:ctrlp_TYPE_MODE".
1517+
ex: let g:ctrlp_path_sort
1518+
+ New option: |g:ctrlp_custom_ancestors|
1519+
1520+
Before 2014/08/08~
1521+
15001522
+ New buffer explorer mode with highlighting (|+conceal| recommended)
15011523
+ New options: |g:ctrlp_bufname_mod|,
15021524
|g:ctrlp_bufpath_mod|

0 commit comments

Comments
 (0)