When updating vundle-managed plugins with: :PluginUpdate in buffer, I get the following error message:
Error detected while processing
~/.vim/bundle/LaTeX-Suite-aka-Vim-LaTeX/plugin/remoteOpen.vim: line 33
E174: Command already exists: add ! to replace it
I have the queasy feeling that I may well have installed this the wrong way. I did:
git-cloned
LaTeX-Suite-aka-Vim-LaTeXin~/.vim/bundle/and then ran:PluginInstallin a vim buffer.added the line:
Plugin 'vim-scripts/LaTeX-Suite-aka-Vim-LaTeX'
betweencall vundle#begin()andcall vundle#end()in my~/.vimrcand sourced.vimrc,ran
:PluginUpdatein buffer
Can someone please help me with this issue?

:InstallPluginor through a regelrecht$ git clone ...cmd in terminal gives you rigorously the same result. In fact the issue had nothing to do with that. As pointed out in the answer one of the plugin's internals needs a little bit of dusting.... – Cbhihe Oct 23 '18 at 06:49