blob: 1411b1ac633d2f6ba753000a97768457c0b62aa5 [file] [log] [blame]
Yegappan Lakshmanana54816b2024-11-03 10:49:23 +01001if exists('g:loaded_tutor_mode_plugin') || &compatible
2 finish
3endif
4let g:loaded_tutor_mode_plugin = 1
5
6command! -nargs=? -complete=custom,tutor#TutorCmdComplete Tutor call tutor#TutorCmd(<q-args>)