made the pack completely portable and wrote relevent bat files to go with it
This commit is contained in:
6
gitportable/usr/share/vim/vim91/plugin/tutor.vim
Normal file
6
gitportable/usr/share/vim/vim91/plugin/tutor.vim
Normal file
@@ -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>)
|
||||
Reference in New Issue
Block a user