Closed ysolis closed 6 years ago
Hey ya! Thanks for reaching out!
Firstly, the g:neoterm_position
is deprecated, please, check if you have it set on your vimrc/init.vim and replace it by g:neoterm_default_mod
, to see possible values for this new variable check :help mods
.
About the neoterm#close()
and neoterm#closeAll()
errors, these functions changed their arities. Actually, I'd suggest to use the commands instead :[N]Tclose
and :[N]TcloseAll
.
Please give it a try and let me know if it worked.
All the best!
yes, changes done and my neovim is working good again ...thanks!
I am using neovim 0.2.2 (from Neovim PPA in Ubuntu 16.04)
This error appears just now, always before i began to edit any file:
:Tnew
launch a new terminal but if i try to close the terminal (:call neoterm#close()
), i get this error:and with
:call neoterm#closeAll()
P.D. the problems remains with Neovim 0.2.3-dev from Neovim unstable PPA (Daily builds)