From f948e8cafc33d98060206d040847e9007f7d5f1f Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Thu, 23 Mar 2017 21:30:16 +0100 Subject: [PATCH] Don't use compat mode by default. --- src/config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.def.h b/src/config.def.h index 37874b7..999a660 100644 --- a/src/config.def.h +++ b/src/config.def.h @@ -27,7 +27,7 @@ /* show page title in url completions */ #define FEATURE_TITLE_IN_COMPLETION /* support gui style settings compatible with vimb2 */ -#define FEATURE_GUI_STYLE_VIMB2_COMPAT +/* #define FEATURE_GUI_STYLE_VIMB2_COMPAT */ /* enable the read it later queue */ #define FEATURE_QUEUE -- 2.20.1