godotengine/emacs-gdscript-mode
Buffer does not revert or update instantly after formatting buffer
Open
#88 opened on Sep 3, 2020
buggood first issue
Repository metrics
- Stars
- (395 stars)
- PR merge metrics
- (PR metrics pending)
Description
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).