diff options
| author | mattn | 2024-09-23 00:48:04 +0900 |
|---|---|---|
| committer | GitHub | 2024-09-23 00:48:04 +0900 |
| commit | 31be4c36b713a9637c7b530ee52127000a05ea39 (patch) | |
| tree | 8741d92ac38933efbf58a09fa7c937cc374ee765 | |
| parent | 7c972cb19c8544c681ca345c64ec39e04f4651cc (diff) | |
| parent | 3291dbfedd88d7ccb56ba4a6dee518d712391dbb (diff) | |
| download | ctrlp.vim-31be4c36b713a9637c7b530ee52127000a05ea39.tar.gz | |
Merge pull request #629 from elig0n/patch-1
Fix typo in ctrlp.txt
| -rw-r--r-- | doc/ctrlp.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ctrlp.txt b/doc/ctrlp.txt index da1d515..6ee0d33 100644 --- a/doc/ctrlp.txt +++ b/doc/ctrlp.txt @@ -456,7 +456,7 @@ 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) |