mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
7 lines
202 B
VimL
7 lines
202 B
VimL
|
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>)
|