comparison runtime/tutor/tutor.vim @ 13735:a62eeee5f116

Update runtime files. commit https://github.com/vim/vim/commit/7dda86f2ff35bb80afce4da24782fd58216bbe50 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 20 22:36:41 2018 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Fri, 20 Apr 2018 22:45:07 +0200
parents 9560a5b782ee
children 2a4a2dc35c55
comparison
equal deleted inserted replaced
13734:600a38fe5c00 13735:a62eeee5f116
1 " Vim tutor support file 1 " Vim tutor support file
2 " Author: Eduardo F. Amatria <eferna1@platea.pntic.mec.es> 2 " Author: Eduardo F. Amatria <eferna1@platea.pntic.mec.es>
3 " Maintainer: Bram Moolenaar 3 " Maintainer: Bram Moolenaar
4 " Last Change: 2016 Jul 16 4 " Last Change: 2018 Apr 11
5 5
6 " This Vim script is used for detecting if a translation of the 6 " This Vim script is used for detecting if a translation of the
7 " tutor file exist, i.e., a tutor.xx file, where xx is the language. 7 " tutor file exist, i.e., a tutor.xx file, where xx is the language.
8 " If the translation does not exist, or no extension is given, 8 " If the translation does not exist, or no extension is given,
9 " it defaults to the english version. 9 " it defaults to the English version.
10 10
11 " It is invoked by the vimtutor shell script. 11 " It is invoked by the vimtutor shell script.
12 12
13 " 1. Build the extension of the file, if any: 13 " 1. Build the extension of the file, if any:
14 let s:ext = "" 14 let s:ext = ""