aboutsummaryrefslogtreecommitdiff
path: root/runtime/ftplugin/tutor.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ftplugin/tutor.vim')
-rw-r--r--runtime/ftplugin/tutor.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/ftplugin/tutor.vim b/runtime/ftplugin/tutor.vim
index 30783d9799..45ee582cba 100644
--- a/runtime/ftplugin/tutor.vim
+++ b/runtime/ftplugin/tutor.vim
@@ -19,7 +19,7 @@ setlocal noundofile
setlocal keywordprg=:help
setlocal iskeyword=@,-,_
-" The user will have to enable the folds himself, but we provide the foldexpr
+" The user will have to enable the folds themself, but we provide the foldexpr
" function.
setlocal foldmethod=manual
setlocal foldexpr=tutor#TutorFolds()