From a395bb3a9501daa387b8e0c5a3a2959033d3450b Mon Sep 17 00:00:00 2001 From: Bibiko Date: Thu, 21 Jan 2010 20:39:15 +0000 Subject: =?UTF-8?q?=E2=80=A2=20tiny=20undo=20improvement=20for=20completio?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/CMTextView.m | 1 + 1 file changed, 1 insertion(+) (limited to 'Source') diff --git a/Source/CMTextView.m b/Source/CMTextView.m index 036d221b..45f6f8e3 100644 --- a/Source/CMTextView.m +++ b/Source/CMTextView.m @@ -823,6 +823,7 @@ NSInteger alphabeticSort(id string1, id string2, void *reverse) long curFlags = ([theEvent modifierFlags] & allFlags); if ([theEvent keyCode] == 53){ // ESC key for internal completion + [self breakUndoCoalescing]; if(curFlags==(NSControlKeyMask)) [self doCompletionByUsingSpellChecker:NO fuzzyMode:YES]; else -- cgit v1.2.3