diff options
Diffstat (limited to 'Source/SPTextView.m')
-rw-r--r-- | Source/SPTextView.m | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/SPTextView.m b/Source/SPTextView.m index b08db401..3bcf72f5 100644 --- a/Source/SPTextView.m +++ b/Source/SPTextView.m @@ -2415,7 +2415,13 @@ NSInteger _alphabeticSort(id string1, id string2, void *reverse) } return; } + +// Let Xcode 3 match braces correctly... +#ifndef SP_REFACTOR } +#else + } +#endif // break down the undo grouping level for better undo behavior [self breakUndoCoalescing]; |