mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 06:16:08 +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
@@ -94,7 +94,7 @@ static char *(features[]) =
|
||||
"+folding",
|
||||
"-footer",
|
||||
/* only interesting on Unix systems */
|
||||
#if !defined(USE_SYSTEM) && defined(UNIX)
|
||||
#if defined(UNIX)
|
||||
"+fork()",
|
||||
#endif
|
||||
"+gettext",
|
||||
@@ -175,10 +175,6 @@ static char *(features[]) =
|
||||
"+statusline",
|
||||
"-sun_workshop",
|
||||
"+syntax",
|
||||
/* only interesting on Unix systems */
|
||||
#if defined(USE_SYSTEM) && (defined(UNIX) || defined(__EMX__))
|
||||
"+system()",
|
||||
#endif
|
||||
"+tag_binary",
|
||||
"+tag_old_static",
|
||||
#ifdef FEAT_TAG_ANYWHITE
|
||||
|
Reference in New Issue
Block a user