mirror of
https://github.com/neovim/neovim.git
synced 2025-12-17 11:55:34 +00:00
Remove USE_SYSTEM and code only run under USE_SYSTEM
This commit is contained in:
committed by
Thiago de Arruda
parent
fafdad2f95
commit
3925d951a1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user