From e37d50a5def1c0ff162392cd3f017059c458650c Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 6 Aug 2008 17:06:04 +0000 Subject: updated for version 7.2c-000 --- runtime/tutor/tutor.vim | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'runtime/tutor/tutor.vim') diff --git a/runtime/tutor/tutor.vim b/runtime/tutor/tutor.vim index 81e5a1919..11584d5b7 100644 --- a/runtime/tutor/tutor.vim +++ b/runtime/tutor/tutor.vim @@ -1,8 +1,9 @@ " Vim tutor support file " Author: Eduardo F. Amatria -" Last Change: 2008 Jun 21 +" Maintainer: Bram Moolenaar +" Last Change: 2008 Jul 21 -" This small source file is used for detecting if a translation of the +" 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. @@ -160,7 +161,7 @@ endif " If 'encoding' is utf-8 s:ext must end in utf-8. if &enc == 'utf-8' && s:ext !~ '\.utf-8' - s:ext .= '.utf-8' + let s:ext .= '.utf-8' endif " 2. Build the name of the file: -- cgit v1.2.3