Have new tabs open as the last tab (with '$')

This commit is contained in:
Jason Franklin 2017-11-14 08:29:40 -05:00
parent 4c409a1640
commit 21c470c316

View File

@ -75,7 +75,7 @@ function! s:Opener._gotoTargetWin()
elseif self._where == 'h'
split
elseif self._where == 't'
tabnew
$tabnew
endif
else
call self._checkToCloseTree(1)
@ -85,7 +85,7 @@ function! s:Opener._gotoTargetWin()
elseif self._where == 'h'
call self._newSplit()
elseif self._where == 't'
tabnew
$tabnew
elseif self._where == 'p'
call self._previousWindow()
endif