diff 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
line wrap: on
line diff
--- a/vendor/vim-packs/ctrlp.vim/doc/ctrlp.txt	Thu Jan 09 03:22:45 2025 +0900
+++ b/vendor/vim-packs/ctrlp.vim/doc/ctrlp.txt	Thu Jan 09 03:28:23 2025 +0900
@@ -449,14 +449,15 @@
 
 By default, the current file is excluded from the list.
 
-Note: does not apply when |g:ctrlp_match_func| is used.
+Note: With the exception of |:CtrlPMRU|, does not apply when
+|g:ctrlp_match_func| is used.
 
                                                               *'g:ctrlp_types'*
 Set this to list of names to customize core types: >
   let g:ctrlp_types = ['mru', 'fil']
 
 By default, the types are: >
-  let g:ctrlp_types = ['fil', 'buf', 'mru'].
+  let g:ctrlp_types = ['fil', 'buf', 'mru']
 
                                                              *'g:ctrlp_abbrev'*
 Define input abbreviations that can be expanded (either internally or visibly)