mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
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:
@@ -641,7 +641,7 @@ u_savecommon(
|
||||
u_getbot();
|
||||
}
|
||||
|
||||
#if !defined(UNIX) && !defined(WIN32) && !defined(__EMX__)
|
||||
#if !defined(UNIX) && !defined(WIN32)
|
||||
/*
|
||||
* With Amiga we can't handle big undo's, because
|
||||
* then u_alloc_line would have to allocate a block larger than 32K
|
||||
|
Reference in New Issue
Block a user