I'm trying to run vimtutor
on openSUSE Leap 15 1 on WSL2. I get the error E484: Can't open file /usr/share/vim/vim80/tutor/tutor.vim
When I run which vim
(or which vimtutor
) I get /usr/bin/vim
(or /usr/bin/vimtutor
) -- is the issue that I have multiple versions of vim installed and when I try vimtutor
(which I understand to be a script) it can't access the correct one because of the way my PATH
is configured? I've seen similar issues about this posted, but none that seem to deal with this specific issue as it applies to vimtutor
.