godotengine/emacs-gdscript-mode
Buffer does not revert or update instantly after formatting buffer
Aberta
#88 aberto em 3 de set. de 2020
buggood first issue
Métricas do repositório
- Stars
- (395 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
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).