File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -5,22 +5,10 @@ if exists('g:loaded_scratch_buffer')
55endif
66let g: loaded_scratch_buffer = v: true
77
8- " Example:
9- " `:ScratchBufferOpen`
10- " `:ScratchBufferOpen --no-file-ext`
11- " `:ScratchBufferOpen sh`
12- " `:ScratchBufferOpen ts vsp`
13- " `:ScratchBufferOpen md sp 5`
148command ! - bar -nargs =* ScratchBufferOpen call scratch_buffer#open (v: false , <f-args> )
15- " Example:
16- " `:ScratchBufferOpenFile md`
17- " `:ScratchBufferOpenFile ts vsp`
189command ! - bar -nargs =* ScratchBufferOpenFile call scratch_buffer#open_file (v: false , <f-args> )
19-
2010command ! - bar -nargs =* ScratchBufferOpenNext call scratch_buffer#open (v: true , <f-args> )
2111command ! - bar -nargs =* ScratchBufferOpenFileNext call scratch_buffer#open_file (v: true , <f-args> )
22-
23-
2412command ! - bar ScratchBufferClean call scratch_buffer#clean ()
2513
2614let g: scratch_buffer_tmp_file_pattern = get (g: , ' scratch_buffer_tmp_file_pattern' , ' /tmp/vim-scratch-buffer-%d' )
You can’t perform that action at this time.
0 commit comments