tutor.vim 202 B

1234567
  1. if exists('g:loaded_tutor_mode_plugin') || &compatible
  2. finish
  3. endif
  4. let g:loaded_tutor_mode_plugin = 1
  5. command! -nargs=? -complete=custom,tutor#TutorCmdComplete Tutor call tutor#TutorCmd(<q-args>)