aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTextView.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPTextView.m')
-rw-r--r--Source/SPTextView.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPTextView.m b/Source/SPTextView.m
index ac9bf3a2..b670e8d3 100644
--- a/Source/SPTextView.m
+++ b/Source/SPTextView.m
@@ -173,7 +173,7 @@ NSInteger _alphabeticSort(id string1, id string2, void *reverse)
[self setAutouppercaseKeywords:[prefs boolForKey:SPCustomQueryAutoUppercaseKeywords]];
#else
[self setAutopair:YES];
- [self setAutouppercaseKeywords:YES];
+ //[self setAutouppercaseKeywords:YES]; // #18925
#endif
[self setCompletionWasReinvokedAutomatically:NO];