godotengine/emacs-gdscript-mode

Buffer does not revert or update instantly after formatting buffer

Ouverte

#88 ouverte le 3 sept. 2020

 (3 commentaires) (0 réaction) (0 personne assignée)Emacs Lisp (41 forks)auto 404
buggood first issue

Métriques du dépôt

Stars
 (395 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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).

Guide contributeur