vim-matlab
vim-matlab copied to clipboard
E492: Not an editor command: MatlabCliOpenInMatlabEditor
I've installed vim-matlab for neovim and I'm able to launch the matlab server and issue command. But I can't open this editor in my matlab (currently running) and matlab
is already in the $PATH
.
here is the error:
E492: Not an editor command: MatlabCliOpenInMatlabEditor
Besides this (might be related). I don't have :MatlabCliOpenInMatlabEditor in my command mode. I just have these:
:MatlabInsertModeCreateCell
:MatlabLaunchServer
:MatlabNormalModeCreateCell
:MatlabVisualModeCreateCell
But I can launch :MatlabCliOpenInMatlabEdito
with ,e
. This happens for others as well such as :MatlabCliRunSelection
. It seems that I've not these command in my nvim and I don't know why. I re-installed the plugin but that doesn't helped.
p.s. I've set let g:matlab_auto_mappings=1
explicitly to get sure. This is the only configuration I've made after installing the plugin.
Can it be related to #20?
Yes, I can confirm the problem has been resolved by :UpdateRemotePlugins
command.
p.s. I'm a vim user and I've installed neovim just for this plugin. Thanks for the great work. BTW, it might be good to notice vim users in the README file to issue this command after installation.
It was in there already, but maybe #23 will emphasize that step a bit more.
@tdy, It has been added recently and now it's perfect. It's now on both FAQ and installation.