File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -153,6 +153,8 @@ function! s:get_new_or_existing_man_window(split_type)
153
153
if &filetype != ' man'
154
154
if a: split_type == ' vertical'
155
155
vnew
156
+ elseif a: split_type == ' tab'
157
+ tabnew
156
158
else
157
159
new
158
160
endif
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ set cpo&vim
9
9
command ! -nargs =* - bar -complete =customlist ,man#completion#run Man call man#get_page (' horizontal' , <f-args> )
10
10
command ! -nargs =* - bar -complete =customlist ,man#completion#run Sman call man#get_page (' horizontal' , <f-args> )
11
11
command ! -nargs =* - bar -complete =customlist ,man#completion#run Vman call man#get_page (' vertical' , <f-args> )
12
+ command ! -nargs =* - bar -complete =customlist ,man#completion#run Tman call man#get_page (' tab' , <f-args> )
12
13
13
14
command ! -nargs =+ - bang Mangrep call man#grep#run (<bang> 0 , <f-args> )
14
15
You can’t perform that action at this time.
0 commit comments