diff --git a/autoload/ctrlp.vim b/autoload/ctrlp.vim index 1477d5f..b336f8a 100644 --- a/autoload/ctrlp.vim +++ b/autoload/ctrlp.vim @@ -754,7 +754,7 @@ endf fu! s:MapSpecs(...) " Correct arrow keys in terminal if ( has('termresponse') && v:termresponse =~ "\" ) - \ || &term =~? '\vxterm|','\B ','\C ','\D '] exe s:lcmap.' ['.each endfo