@@ -218,11 +218,11 @@ COMMANDS *scratch-buffer-commands*
218
218
FUNCTIONS *scratch-buffer-functions*
219
219
220
220
*scratch_buffer#open()*
221
- scratch_buffer#open(opening_next_fresh_buffer [, file-extension | --no-file-ext][, open-method][, buffer-size])
221
+ scratch_buffer#open(opening-next-fresh-buffer [, file-extension | --no-file-ext][, open-method][, buffer-size])
222
222
Function version of `:ScratchBufferOpen` and `:ScratchBufferOpenNext` .
223
223
224
224
Parameters:
225
- opening_next_fresh_buffer :
225
+ opening-next-fresh-buffer :
226
226
Whether to create a new buffer (v:true) or
227
227
open the most recently used buffer (v:false)
228
228
file-extension:
@@ -236,11 +236,11 @@ scratch_buffer#open(opening_next_fresh_buffer[, file-extension | --no-file-ext][
236
236
See `:help :ScratchBufferOpen` for more details.
237
237
238
238
*scratch_buffer#open_file()*
239
- scratch_buffer#open_file(opening_next_fresh_buffer [, file-extension | --no-file-ext][, open-method][, buffer-size])
239
+ scratch_buffer#open_file(opening-next-fresh-buffer [, file-extension | --no-file-ext][, open-method][, buffer-size])
240
240
Function version of `:ScratchBufferOpenFile` .
241
241
242
242
Parameters:
243
- opening_next_fresh_buffer :
243
+ opening-next-fresh-buffer :
244
244
Whether to create a new buffer (v:true)
245
245
or open the most recently used buffer (v:false)
246
246
file-extension:
0 commit comments