Remove USE_SYSTEM and code only run under USE_SYSTEM

This commit is contained in:
Simen Endsjø
2014-03-05 14:36:10 +01:00
committed by Thiago de Arruda
parent fafdad2f95
commit 3925d951a1
6 changed files with 8 additions and 84 deletions

View File

@@ -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,