diff --git a/runtime/autoload/tutor.vim b/runtime/autoload/tutor.vim index 6f2dd1e602..e6ef3305ab 100644 --- a/runtime/autoload/tutor.vim +++ b/runtime/autoload/tutor.vim @@ -185,7 +185,7 @@ function! tutor#TutorCmd(tutor_name) endif call tutor#SetupVim() - exe "drop ".l:to_open + exe "drop ".fnameescape(l:to_open) call tutor#EnableInteractive(v:true) call tutor#ApplyTransform() endfunction