comparison vendor/vim-packs/ctrlp.vim/doc/ctrlp.txt @ 739:2cf87b7ca09a default tip

Update vendored stuff
author nanaya <me@nanaya.net>
date Thu, 09 Jan 2025 03:28:23 +0900
parents 4576f1471f53
children
comparison
equal deleted inserted replaced
738:687d9ee4a5c9 739:2cf87b7ca09a
447 Includes the current file in the match entries: > 447 Includes the current file in the match entries: >
448 let g:ctrlp_match_current_file = 1 448 let g:ctrlp_match_current_file = 1
449 449
450 By default, the current file is excluded from the list. 450 By default, the current file is excluded from the list.
451 451
452 Note: does not apply when |g:ctrlp_match_func| is used. 452 Note: With the exception of |:CtrlPMRU|, does not apply when
453 |g:ctrlp_match_func| is used.
453 454
454 *'g:ctrlp_types'* 455 *'g:ctrlp_types'*
455 Set this to list of names to customize core types: > 456 Set this to list of names to customize core types: >
456 let g:ctrlp_types = ['mru', 'fil'] 457 let g:ctrlp_types = ['mru', 'fil']
457 458
458 By default, the types are: > 459 By default, the types are: >
459 let g:ctrlp_types = ['fil', 'buf', 'mru']. 460 let g:ctrlp_types = ['fil', 'buf', 'mru']
460 461
461 *'g:ctrlp_abbrev'* 462 *'g:ctrlp_abbrev'*
462 Define input abbreviations that can be expanded (either internally or visibly) 463 Define input abbreviations that can be expanded (either internally or visibly)
463 in the prompt: > 464 in the prompt: >
464 let g:ctrlp_abbrev = {} 465 let g:ctrlp_abbrev = {}