From 6801fa80ddf47cf846920f5b311d2144b7451ca0 Mon Sep 17 00:00:00 2001 From: Kien N Date: Mon, 4 Jun 2012 08:31:02 +0700 Subject: [PATCH] Include ansi terms --- autoload/ctrlp.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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