diff options
| author | elig0n | 2024-09-22 17:27:14 +0300 |
|---|---|---|
| committer | GitHub | 2024-09-22 17:27:14 +0300 |
| commit | 3291dbfedd88d7ccb56ba4a6dee518d712391dbb (patch) | |
| tree | 8741d92ac38933efbf58a09fa7c937cc374ee765 | |
| parent | 7c972cb19c8544c681ca345c64ec39e04f4651cc (diff) | |
| download | ctrlp.vim-3291dbfedd88d7ccb56ba4a6dee518d712391dbb.tar.gz | |
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) |