Skip to content
Snippets Groups Projects
Commit f704b946 authored by Junegunn Choi's avatar Junegunn Choi
Browse files

[neovim] Open tab before current tab

parent 444a67ca
No related branches found
No related tags found
No related merge requests found
......@@ -313,7 +313,7 @@ function! s:split(dict)
if s:present(a:dict, 'window')
execute a:dict.window
else
tabnew
execute (tabpagenr()-1).'tabnew'
endif
finally
setlocal winfixwidth winfixheight buftype=nofile bufhidden=wipe nobuflisted
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment