From 3925d951a15b44f4fbcef89db6b628b79de6bac3 Mon Sep 17 00:00:00 2001 From: Simen Endsjø Date: Wed, 5 Mar 2014 14:36:10 +0100 Subject: Remove USE_SYSTEM and code only run under USE_SYSTEM --- src/option.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/option.c') diff --git a/src/option.c b/src/option.c index 375a8f6f4e..127e417e47 100644 --- a/src/option.c +++ b/src/option.c @@ -1410,11 +1410,7 @@ static struct vimoption {"shellxquote", "sxq", P_STRING|P_VI_DEF|P_SECURE, (char_u *)&p_sxq, PV_NONE, { -#if defined(UNIX) && defined(USE_SYSTEM) && !defined(__EMX__) - (char_u *)"\"", -#else (char_u *)"", -#endif (char_u *)0L } SCRIPTID_INIT}, {"shellxescape", "sxe", P_STRING|P_VI_DEF|P_SECURE, -- cgit