Files
textmate/Frameworks/buffer
Allan Odgaard 11bbd59efb Fix potential deadlock when using ⇧⌘T just after loading new document
Using the NSSpellChecker API while main thread is blocked can result in this exception:

    Dispatch Thread Soft Limit Reached: 64
    (too many dispatch threads blocked in synchronous operations)

Therefor we disable spell checking when we are waiting (on main thread) for buffer refresh.

First noticed with macOS 10.12.
2018-06-11 15:29:43 +02:00
..