aboutsummaryrefslogtreecommitdiff
path: root/runtime/plugin/tutor.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/plugin/tutor.vim')
-rw-r--r--runtime/plugin/tutor.vim6
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/plugin/tutor.vim b/runtime/plugin/tutor.vim
new file mode 100644
index 0000000000..1411b1ac63
--- /dev/null
+++ b/runtime/plugin/tutor.vim
@@ -0,0 +1,6 @@
+if exists('g:loaded_tutor_mode_plugin') || &compatible
+ finish
+endif
+let g:loaded_tutor_mode_plugin = 1
+
+command! -nargs=? -complete=custom,tutor#TutorCmdComplete Tutor call tutor#TutorCmd(<q-args>)