| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
nmap please
|
| |
|
|
| |
close #371
|
| | |
|
| |
|
|
|
| |
There's no point in tracking the files if the MRU plugin has been
explicitly disabled.
|
| | |
|
| |
|
|
|
|
| |
following extensions.
Fixes #294
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Closes #396
|
| |
|
|
|
|
|
|
| |
This reverts commit 3c6182371db8e8ede3789d21b52386569eda2208.
Revert "Use a custom completion function"
This reverts commit bedfa3b6c3badc4fa6b734098fb9b89972cdf894.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
* Equal priority for default root markers. Closes #241.
* Change g:ctrlp_working_path_mode's type.
|
| | |
|
| | |
|
| |
|
|
| |
Literally the only thing I was still using NERDTree for, so figured I'd bring it to CtrlP.
|
| | |
|
| | |
|
| |
|
|
| |
Close #101
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Close #147
|
| |
|
|
|
|
|
|
|
|
| |
* Use :buffer commands when opening already opened files, all modes. Refs #97.
* Temporarily enable full-path if input has '/' or '\'. Close #98.
* Ignore possible empty return strings (from malformed tags). Close #99.
* Fix an incorrect cwd bug when opening multiple buffers with <c-o>.
Introduced by f1c2b7a. Refs #108.
* Default keymap can be disabled with `let g:ctrlp_map = ''`. Refs #103.
* Remove duplicate rts entries. Close #107.
|
| |
|
|
| |
Add directory <tab> completion to the prompt. Refs #77.
|
| |
|
|
|
|
|
|
|
| |
* Add g:ctrlp_mruf_relative, an option to list only MRU files in the current
working directory. Close #81.
* Extend <c-y> to work with <c-z> to get a base dir to create the new file.
First stab at feature #77.
* Remove the hard limit for partial matching. Resolve #76.
* Merge custom_statusline. Close #80. Refs Lokaltog/vim-powerline#25.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Allow running commands like `:diffthis` when opening multiple files.
* Add experimental extensions:
+ undo.vim (requires v7.3.005+)
+ rtscript.vim (find vimscripts in runtimepath)
* Include the workaround for <bs> and <c-h> for MS-Win. Resolve #62.
* Mention custom_ignore in readme and on the homepage. Resolve #63.
* Check the present of cwd in returned paths. Fix #64.
* Trigger Vim to remove cwd from display-names. Fix #65.
* Some internal changes and additions.
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
First version of buffertag.vim extension.
* Enable: `let g:ctrlp_extensions = ['buffertag']`
* Command: ':CtrlPBufTag'
* Options:
+ g:ctrlp_buftag_ctags_bin
+ g:ctrlp_buftag_systemenc
+ g:ctrlp_buftag_types
|
| |
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
| |
* Fix `:CtrlP .` (thanks to @mattn)
* Enhance jump-to-open-buffer: jump to line number as well
* Close #39
|
| | |
|
| |
|
|
|
| |
* Add directory extension.
* Merge fix for Migemo support, pull #42.
|
| |
|
|
|
| |
* New extensions for searching tag and quickfix.
* Option to update the results lazily. Close #37.
|
| |
|
|
|
|
| |
* Submit '/' or '\' to find the project's root. Close #30.
* Add wig flag to glob() and globpath() in addition to expand().
* Make handling working directory less intrusive.
|
| |
|
|
|
| |
Try not to open a new tab when using <c-o> to open marked files.
Option to move the match window to top of screen.
|
| |
|
|
|
|
| |
Can now use <tab> to auto-complete the directory for the :CtrlP [starting-directory] command.
Prompt history: put last string into history as well (accepted or not).
Remove |g:ctrlp_persistent_input|, |g:ctrlp_live_update| and <c-^>.
|
| |
|
|
|
|
|
| |
* New option `g:ctrlp_live_update`: enable/disable the update-as-you-type functionality.
* New option `g:ctrlp_max_depth`: the maximum directory depth to recurse into.
* New command `ResetCtrlP`: reset all options and take in new values of the option variables.
* Various other changes and bugfixes.
|
| | |
|
| | |
|
| | |
|