mirror of
https://github.com/textmate/textmate.git
synced 2026-01-21 04:38:13 -05:00
Preserve arguments for recursive call to self
This commit is contained in:
@@ -857,8 +857,8 @@ namespace ng
|
||||
|
||||
case kReplaceAndFind:
|
||||
{
|
||||
perform(kReplace);
|
||||
perform(kFindNext);
|
||||
perform(kReplace, layout, indentCorrections);
|
||||
perform(kFindNext, layout, indentCorrections);
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user