summaryrefslogtreecommitdiff
path: root/runtime/tutor
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-04-20 22:36:41 +0200
committerBram Moolenaar <Bram@vim.org>2018-04-20 22:36:41 +0200
commit7dda86f2ff35bb80afce4da24782fd58216bbe50 (patch)
tree3fe382cfac41a8f9270bd126141c1aa6230868bb /runtime/tutor
parent6176697203b0f168f4566597e15d8488b62ad490 (diff)
downloadvim-git-7dda86f2ff35bb80afce4da24782fd58216bbe50.tar.gz
Update runtime files.
Diffstat (limited to 'runtime/tutor')
-rw-r--r--runtime/tutor/tutor.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/tutor/tutor.vim b/runtime/tutor/tutor.vim
index 6af69d053..f8a54965e 100644
--- a/runtime/tutor/tutor.vim
+++ b/runtime/tutor/tutor.vim
@@ -1,12 +1,12 @@
" Vim tutor support file
" Author: Eduardo F. Amatria <eferna1@platea.pntic.mec.es>
" Maintainer: Bram Moolenaar
-" Last Change: 2016 Jul 16
+" Last Change: 2018 Apr 11
" This Vim script is used for detecting if a translation of the
" tutor file exist, i.e., a tutor.xx file, where xx is the language.
" If the translation does not exist, or no extension is given,
-" it defaults to the english version.
+" it defaults to the English version.
" It is invoked by the vimtutor shell script.