From 5d6182e91fb9af69ad495f7949af3cb9ccafbfa4 Mon Sep 17 00:00:00 2001 From: Christoph Brandau Date: Fri, 15 Aug 2025 07:18:38 +0200 Subject: [PATCH] double value MOM_add_to_block_buffer rename to MOM_add_to_line_buffer --- server/src/common/completion_list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/common/completion_list.json b/server/src/common/completion_list.json index 687e40e..c9e8508 100644 --- a/server/src/common/completion_list.json +++ b/server/src/common/completion_list.json @@ -192,7 +192,7 @@ ] }, { - "label": "MOM_add_to_block_buffer", + "label": "MOM_add_to_line_buffer", "kind": "function", "description": "Depending on the attribute specified, this extension will add to either the line's start buffer or the line's end buffer. Each time that this extension is called, it adds to the specified buffer. When the contents of the output buffer are sent to the output file, the contents of the line's start buffer will precede it on the line and the contents of the end buffer will go on the same line after it. The line start buffer, line end buffer, and output buffer are all cleared once they have been written to the output file.", "format": "MOM_add_to_line_buffer +",