kassio / neoterm

Wrapper of some vim/neovim's :terminal functions.
Other
1.32k stars 117 forks source link

Can't open Tnew as last tab #303

Open pr4th4m opened 4 years ago

pr4th4m commented 4 years ago

Describe the bug Can't open Tnew as last tab

To Reproduce

:$tab Tnew <cr>

Reference: :help tabnew

Expected behavior Above command should open terminal as last tab instead opens terminal after current tab

Versions (Issues without this information will take longer to be answered/solved):

kassio commented 4 years ago

There's a bug on vim/neovim regarding that: https://github.com/vim/vim/issues/6901. When I have any updates there I'll try to implement that again.

pr4th4m commented 4 years ago

Hmm interesting... thanks for raising on vim side, will keep an eye out, cheers