]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1678: Amiga: cannot handle large undo files v9.1.1678
authorDamien Lejay <damien@lejay.be>
Sat, 23 Aug 2025 15:37:12 +0000 (17:37 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 23 Aug 2025 15:37:12 +0000 (17:37 +0200)
commit11bebd751fa25022238d0502f68cea821590b924
treeb715ce9a80994d55d064d3405505f0ecf7a95619
parent2306b2df42e8faa0f615f161eb871b9af7bd7af9
patch 9.1.1678: Amiga: cannot handle large undo files

Problem:  Amiga: cannot handle large undo files
Solution: Remove the existing restriction as it was only valid for
          classic Amiga (Damien Lejay).

It seems that this block was only relevant for classic AmigaOS (< 32K
alloc limit). And it seems to no longer apply: AmigaOS 4.0 switched to
a slab allocator memory system.

closes: #18072

Signed-off-by: Damien Lejay <damien@lejay.be>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/undo.c
src/version.c