mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 06:58:35 +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
@@ -125,7 +125,7 @@ void ga_append(garray_T *gap, int c)
|
||||
}
|
||||
}
|
||||
|
||||
#if (defined(UNIX) && !defined(USE_SYSTEM)) || defined(WIN3264)
|
||||
#if defined(UNIX) || defined(WIN3264)
|
||||
/*
|
||||
* Append the text in "gap" below the cursor line and clear "gap".
|
||||
*/
|
||||
|
Reference in New Issue
Block a user