forked from aniani/vim
patch 7.4.2048
Problem: There is still code and help for unsupported systems. Solution: Remove the code and text. (Hirohito Higashi)
This commit is contained in:
@@ -7713,11 +7713,7 @@ ex_shell(exarg_T *eap UNUSED)
|
||||
* list. This function takes over responsibility for freeing the list.
|
||||
*
|
||||
* XXX The list is made into the argument list. This is freed using
|
||||
* FreeWild(), which does a series of vim_free() calls, unless the two defines
|
||||
* __EMX__ and __ALWAYS_HAS_TRAILING_NUL_POINTER are set. In this case, a
|
||||
* routine _fnexplodefree() is used. This may cause problems, but as the drop
|
||||
* file functionality is (currently) not in EMX this is not presently a
|
||||
* problem.
|
||||
* FreeWild(), which does a series of vim_free() calls.
|
||||
*/
|
||||
void
|
||||
handle_drop(
|
||||
@@ -7851,7 +7847,7 @@ alist_new(void)
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if (!defined(UNIX) && !defined(__EMX__)) || defined(PROTO)
|
||||
#if !defined(UNIX) || defined(PROTO)
|
||||
/*
|
||||
* Expand the file names in the global argument list.
|
||||
* If "fnum_list" is not NULL, use "fnum_list[fnum_len]" as a list of buffer
|
||||
|
Reference in New Issue
Block a user