From 24c4aa90b905350628253a2bde58f7a7873f1f61 Mon Sep 17 00:00:00 2001 From: Maxim Ivanov Date: Wed, 17 Jul 2019 21:02:06 +0300 Subject: [PATCH] =?UTF-8?q?Kick=20up=20max=5Ffiles=20default=2010k=20?= =?UTF-8?q?=E2=86=92=2050k?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- autoload/ctrlp.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/ctrlp.vim b/autoload/ctrlp.vim index 9d92cf1a..ecf585ae 100644 --- a/autoload/ctrlp.vim +++ b/autoload/ctrlp.vim @@ -73,7 +73,7 @@ let [s:pref, s:bpref, s:opts, s:new_opts, s:lc_opts] = \ 'match_window_bottom': ['s:mwbottom', 1], \ 'match_window_reversed': ['s:mwreverse', 1], \ 'max_depth': ['s:maxdepth', 40], - \ 'max_files': ['s:maxfiles', 10000], + \ 'max_files': ['s:maxfiles', 50000], \ 'max_height': ['s:mxheight', 10], \ 'max_history': ['s:maxhst', exists('+hi') ? &hi : 20], \ 'mruf_default_order': ['s:mrudef', 0],