File tree 1 file changed +0
-12
lines changed
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')
5
5
endif
6
6
let g: loaded_scratch_buffer = v: true
7
7
8
- " Example:
9
- " `:ScratchBufferOpen`
10
- " `:ScratchBufferOpen --no-file-ext`
11
- " `:ScratchBufferOpen sh`
12
- " `:ScratchBufferOpen ts vsp`
13
- " `:ScratchBufferOpen md sp 5`
14
8
command ! - bar -nargs =* ScratchBufferOpen call scratch_buffer#open (v: false , <f-args> )
15
- " Example:
16
- " `:ScratchBufferOpenFile md`
17
- " `:ScratchBufferOpenFile ts vsp`
18
9
command ! - bar -nargs =* ScratchBufferOpenFile call scratch_buffer#open_file (v: false , <f-args> )
19
-
20
10
command ! - bar -nargs =* ScratchBufferOpenNext call scratch_buffer#open (v: true , <f-args> )
21
11
command ! - bar -nargs =* ScratchBufferOpenFileNext call scratch_buffer#open_file (v: true , <f-args> )
22
-
23
-
24
12
command ! - bar ScratchBufferClean call scratch_buffer#clean ()
25
13
26
14
let 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