Preserve arguments for recursive call to self

This commit is contained in:
Allan Odgaard
2012-09-17 23:39:36 +02:00
parent 130d0a168d
commit 19ef687334

View File

@@ -857,8 +857,8 @@ namespace ng
case kReplaceAndFind:
{
perform(kReplace);
perform(kFindNext);
perform(kReplace, layout, indentCorrections);
perform(kFindNext, layout, indentCorrections);
}
break;