Added new Split() command to split an existing tab
This commit is contained in:
parent
4896a7c3cd
commit
97d53cf45c
2 changed files with 11 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
command! -nargs=1 SplitOpen :call splitopen#SplitOpenFile("<args>")
|
||||
command! Split :call splitopen#SplitFile()
|
||||
|
||||
" map left-split / right-split file extensions
|
||||
if !exists("g:splitopen_extensions")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue