aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Not use mapPixeller2023-12-131-1/+1
| | | nmap please
* mru should be loaded when ctrlp_types is not defined.Yasuhiro Matsumoto2017-05-251-1/+1
| | | | close #371
* fix bugYasuhiro Matsumoto2017-05-251-1/+1
|
* Initialize the MRU plugin only when neededLemonBoy2017-05-231-1/+3
| | | | | There's no point in tracking the files if the MRU plugin has been explicitly disabled.
* Use the first mode in g:ctrlp_types as the default.Denis Kasak2016-10-011-1/+1
|
* builtins should be always 2 because it is specified start index for the ↵Yasuhiro Matsumoto2016-08-261-1/+1
| | | | | | following extensions. Fixes #294
* configure core_types in laterYasuhiro Matsumoto2016-08-241-7/+1
|
* Validate g:ctrlp_typesYasuhiro Matsumoto2016-04-101-1/+4
|
* Should be max count of builtinsYasuhiro Matsumoto2016-04-101-1/+1
|
* Customizable core typesYasuhiro Matsumoto2016-04-101-9/+12
|
* Remove needless <silent>mattn2014-12-021-1/+1
|
* Add <plug>(ctrlp)mattn2014-12-021-2/+4
|
* Add bang flag for CtrlPBookmarkDirAdd to avoid ask some. Close #35mattn2014-10-091-2/+2
|
* Allow :CtrlPLine to take a bufname argumentKien N2013-05-031-1/+3
| | | | Closes #396
* Revert "Move the completion function"Kien N2013-03-221-7/+4
| | | | | | | | This reverts commit 3c6182371db8e8ede3789d21b52386569eda2208. Revert "Use a custom completion function" This reverts commit bedfa3b6c3badc4fa6b734098fb9b89972cdf894.
* Move the completion functionKien N2012-09-201-4/+4
|
* Use a custom completion functionKien N2012-09-201-4/+7
|
* Remove an obsolete commandKien N2012-09-111-2/+0
|
* Make LastMode also be able to restore last working directoryKien N2012-09-061-1/+1
|
* Change working_path_mode option's default valueKien N2012-09-061-1/+3
|
* Rewrite WD related functionsKien N2012-07-211-12/+18
| | | | | * Equal priority for default root markers. Closes #241. * Change g:ctrlp_working_path_mode's type.
* Ignore the vertical barKien N2012-06-191-22/+21
|
* Update docsKien N2012-06-141-1/+1
|
* Add BookmarkDir extensionKien N2012-04-131-8/+11
| | | | Literally the only thing I was still using NERDTree for, so figured I'd bring it to CtrlP.
* Preset ext_varsKien N2012-04-071-3/+3
|
* Command to open ctrlp in the last accessed modeKien N2012-04-041-0/+2
|
* Add mixed files + mrufiles modeKien N2012-04-041-15/+11
| | | | Close #101
* Expose extension commandsKien N2012-03-311-38/+16
|
* Make line, undo, and changes officialKien N2012-03-121-0/+14
|
* Deprecate the old commandsKien N2012-03-041-1/+5
|
* Rename commands that weren't prefixed with CtrlPlucapette2012-03-031-3/+3
|
* Add keypad mappingsKien N2012-02-241-1/+1
| | | | Close #147
* Resolve a few issuesKien N2012-01-221-1/+3
| | | | | | | | | | * 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.
* Version 1.6.7Kien N2012-01-161-1/+1
| | | | Add directory <tab> completion to the prompt. Refs #77.
* Some enhancementsKien N2012-01-161-0/+4
| | | | | | | | | * 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.
* Version 1.6.6Kien N2012-01-061-9/+15
| | | | | | | | | | | | * 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.
* Add :CtrlPDir autocompleteKien N2011-12-221-2/+4
|
* Add BufferTag extensionKien N2011-12-211-0/+5
| | | | | | | | | | 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
* Custom ignore and default command options1.6.4Kien N2011-12-181-3/+4
| | | | | | | | * 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.
* A few tweaksKien N2011-12-131-1/+1
| | | | | | * Fix `:CtrlP .` (thanks to @mattn) * Enhance jump-to-open-buffer: jump to line number as well * Close #39
* Update main scriptsKien N2011-12-011-1/+1
|
* Directory extensionKien N2011-11-301-0/+4
| | | | | * Add directory extension. * Merge fix for Migemo support, pull #42.
* Tag and Quickfix extensions1.6.2Kien N2011-11-281-2/+10
| | | | | * New extensions for searching tag and quickfix. * Option to update the results lazily. Close #37.
* Find root with '/' and '\'1.6.0Kien N2011-11-121-14/+12
| | | | | | * 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.
* Improve Open Multiple FilesKien N2011-10-091-2/+1
| | | | | 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.
* Enhancements for prompt history and :CtrlP [start-dir]Kien N2011-10-071-1/+3
| | | | | | 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-^>.
* Various changes:Kien N2011-09-181-0/+5
| | | | | | | * 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.
* various changesKien N2011-09-111-2/+2
|
* properly support `wildignore`Kien N2011-09-091-2/+3
|
* some clean upKien N2011-09-091-0/+3
|