aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMTextView.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CMTextView.m')
-rw-r--r--Source/CMTextView.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CMTextView.m b/Source/CMTextView.m
index 7d140ccb..4a226ef5 100644
--- a/Source/CMTextView.m
+++ b/Source/CMTextView.m
@@ -1190,7 +1190,7 @@ NSInteger alphabeticSort(id string1, id string2, void *reverse)
if([selTables count])
[theHintString replaceCharactersInRange:r withString:[selTables componentsJoinedAndBacktickQuoted]];
else
- [theHintString replaceCharactersInRange:r withString:@"<tables>"];
+ [theHintString replaceCharactersInRange:r withString:@"$SP_SELECTED_TABLE"];
}
[theHintString flushCachedRegexData];
}