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