From 94b80cf156cfda45f9888dcadd89f3444055dbaf Mon Sep 17 00:00:00 2001 From: Nao Ueda Date: Tue, 13 Oct 2020 13:55:53 +0900 Subject: Enbale ctrlp_key_loop for CtrlP --- _config/110-ctrlp.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_config/110-ctrlp.vim b/_config/110-ctrlp.vim index 04f522d..c6e53f7 100644 --- a/_config/110-ctrlp.vim +++ b/_config/110-ctrlp.vim @@ -8,6 +8,9 @@ let g:ctrlp_custom_ignore = { let g:ctrlp_switch_buffer = 0 +" for multi-byte char +let g:ctrlp_key_loop = 1 + if !empty(globpath(&rtp, 'autoload/ctrlp_matchfuzzy.vim')) let g:ctrlp_match_func = {'match': 'ctrlp_matchfuzzy#matcher'} endif -- cgit v1.2.3-54-g00ecf