diff options
Diffstat (limited to 'Source/SPTextView.m')
-rw-r--r-- | Source/SPTextView.m | 2 |
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]; |