Skip to content

Commit 8cd3ad4

Browse files
committed
Fix doc
1 parent 23edaf1 commit 8cd3ad4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/vim-scratch-buffer.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -218,11 +218,11 @@ COMMANDS *scratch-buffer-commands*
218218
FUNCTIONS *scratch-buffer-functions*
219219

220220
*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])
222222
Function version of `:ScratchBufferOpen` and `:ScratchBufferOpenNext`.
223223

224224
Parameters:
225-
opening_next_fresh_buffer:
225+
opening-next-fresh-buffer:
226226
Whether to create a new buffer (v:true) or
227227
open the most recently used buffer (v:false)
228228
file-extension:
@@ -236,11 +236,11 @@ scratch_buffer#open(opening_next_fresh_buffer[, file-extension | --no-file-ext][
236236
See `:help :ScratchBufferOpen` for more details.
237237

238238
*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])
240240
Function version of `:ScratchBufferOpenFile`.
241241

242242
Parameters:
243-
opening_next_fresh_buffer:
243+
opening-next-fresh-buffer:
244244
Whether to create a new buffer (v:true)
245245
or open the most recently used buffer (v:false)
246246
file-extension:

0 commit comments

Comments
 (0)