From: Daniel Carl Date: Thu, 23 Mar 2017 20:30:16 +0000 (+0100) Subject: Don't use compat mode by default. X-Git-Url: https://git.owens.tech/projects.html/projects.html/git?a=commitdiff_plain;h=f948e8cafc33d98060206d040847e9007f7d5f1f;p=vimb.git Don't use compat mode by default. --- 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