Phạm Bình An | 3704b5b | 2025-05-10 21:20:57 +0200 | [diff] [blame] | 1 | " Tutor: New Style Tutor Plugin :h vim-tutor-mode |
| 2 | " Maintainer: This runtime file is looking for a new maintainer. |
| 3 | " Contributors: Phạm Bình An <phambinhanctb2004@gmail.com> |
| 4 | " Original Author: Felipe Morales <hel.sheep@gmail.com> |
Phạm Bình An | 13bea58 | 2025-05-12 20:39:24 +0200 | [diff] [blame] | 5 | " Date: 2025 May 12 |
Phạm Bình An | 3704b5b | 2025-05-10 21:20:57 +0200 | [diff] [blame] | 6 | |
Yegappan Lakshmanan | a54816b | 2024-11-03 10:49:23 +0100 | [diff] [blame] | 7 | if exists('g:loaded_tutor_mode_plugin') || &compatible |
| 8 | finish |
| 9 | endif |
| 10 | let g:loaded_tutor_mode_plugin = 1 |
| 11 | |
Yegappan Lakshmanan | a54816b | 2024-11-03 10:49:23 +0100 | [diff] [blame] | 12 | command! -nargs=? -complete=custom,tutor#TutorCmdComplete Tutor call tutor#TutorCmd(<q-args>) |