double value MOM_add_to_block_buffer rename to MOM_add_to_line_buffer
This commit is contained in:
@@ -192,7 +192,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "MOM_add_to_block_buffer",
|
"label": "MOM_add_to_line_buffer",
|
||||||
"kind": "function",
|
"kind": "function",
|
||||||
"description": "Depending on the <start|end> attribute specified, this extension will add <value(s)> 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.",
|
"description": "Depending on the <start|end> attribute specified, this extension will add <value(s)> 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 <start|end> <value>+",
|
"format": "MOM_add_to_line_buffer <start|end> <value>+",
|
||||||
|
|||||||
Reference in New Issue
Block a user