This repository was archived by the owner on Jul 7, 2020. It is now read-only.

Description
NVIM v0.2.3-879-gce3bc12e2 Build type: RelWithDebInfo
configuration files
This the error I get when I try to start neovim with a .tutor file
"vim-02-intermediate.tutor" 336L, 12522C
Error detected while processing
~/.maps/apps/neovim/share/nvim/runtime/ftplugin/tutor.vim:
line 46:
E117: Unknown function: tutor#ApplyMarks
This the error I get when run :Tutor tutor from neovim:
"tutor.tutor" 259L, 6997C
Error detected while processing /home/mrblack/.config/nvim/plugins/plugged/vim-tutor-mode/autoload/tutor.vim:
line 344:
E127: Cannot redefine function tutor#TutorCmd: It is in use
Error detected while processing /home/mrblack/.maps/apps/neovim/share/nvim/runtime/ftplugin/tutor.vim:
line 46:
E117: Unknown function: tutor#ApplyMarks
After these errors, the .tutor file seems to be correctly loaded.