Skip to content

Fix replace not working for huge documents

Waqar Ahmed requested to merge waqar/kate:replace into master

Replace was not working because m_currentMatches kept increasing whilst replace never happened. This led to huge amounts of memory allocations. On my system Kate crashed after 30 seconds with SIGKILL.

BUG: 424199

Merge request reports