Skip to content

Tags: kien/ctrlp.vim

Tags

1.79

Toggle 1.79's commit message
Version 1.79

1.78

Toggle 1.78's commit message
Version 1.78

1.7.7

Toggle 1.7.7's commit message
Ver bump

1.7.6

Toggle 1.7.6's commit message
Ver bump

1.7.5

Toggle 1.7.5's commit message
Fix last entered sorting

1.7.4

Toggle 1.7.4's commit message
Use :undolist for older Vim versions

1.6.5

Toggle 1.6.5's commit message
Improve :

* Improve s:sanstail() and ':' input
* Shorten s:samerootsyml(), s:ispathitem()
* Add g:ctrlp_log, an option to write all output to .ctrlp_cache/ctrlp.log
* Fix an error with ctrlp#utils#glob()

1.6.4

Toggle 1.6.4's commit message
Custom ignore and default command options

* Extend jump-to-open-buffer to use <c-t> when jump_to_buffer = 2.
  Only works for buffers opened in another tab.  Suggested by @hail2u.
* Add g:ctrlp_default_cmd, option to reuse the default mapping for a
  different command.  Close #57.
* Add g:ctrlp_custom_ignore.  Close #58.

1.6.3

Toggle 1.6.3's commit message
Improve directory mode

* More mappings for different types of :cd
  + <cr> change the local working directory inside ctrlp.
  + <c-t> change the global working directory. (exit ctrlp)
  + <c-v> change the local working directory for the current window. (exit ctrlp)
  + <c-x> change the global working directory to |CtrlP|’s current local working
    directory (exit).
* Some clean up.

1.6.2

Toggle 1.6.2's commit message
Tag and Quickfix extensions

* New extensions for searching tag and quickfix.
* Option to update the results lazily. Close #37.