branch: externals/eglot commit e835996e16610d0ded6d862214b3b452b8803ea8 Author: Yuan Fu <caso...@gmail.com> Commit: GitHub <nore...@github.com>
Close #974, #776: Update docstring of eglot-events-buffer-size * eglot.el (eglot-events-buffer-size): Mention that you need to restart the connection for 'eglot-events-buffer-size' to take effect. --- eglot.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/eglot.el b/eglot.el index 4e28de1875..53ae6fae3c 100644 --- a/eglot.el +++ b/eglot.el @@ -312,7 +312,11 @@ as 0, i.e. don't block at all." "Control the size of the Eglot events buffer. If a number, don't let the buffer grow larger than that many characters. If 0, don't use an event's buffer at all. If nil, -let the buffer grow forever." +let the buffer grow forever. + +For changes on this variable to take effect on a connection +already started, you need to restart the connection. That can be +done by `eglot-reconnect'." :type '(choice (const :tag "No limit" nil) (integer :tag "Number of characters")))