godotengine/emacs-gdscript-mode
Buffer does not revert or update instantly after formatting buffer
Offen
#88 geöffnet am 03.09.2020
buggood first issue
Repository-Metriken
- Stars
- (395 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
Running gdscript-format-buffer, once the formatting operation completed, does not revert the buffer instantly, letting you type characters that can get lost. That is unlike gdscript-format-region, that locks Emacs until the formatter finished its work (which takes a split second now).