godotengine/emacs-gdscript-mode
Buffer does not revert or update instantly after formatting buffer
开放
#88 创建于 2020年9月3日
buggood first issue
仓库指标
- 星标
- (395 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
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).