view src/gvimtutor @ 11535:f7a0b0b1fc17 v8.0.0650

patch 8.0.0650: for extra help files the filetype is set more than once commit https://github.com/vim/vim/commit/868831f1224cfc17a4de21fb7386873254592308 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 22 14:47:22 2017 +0200 patch 8.0.0650: for extra help files the filetype is set more than once Problem: For extra help files the filetype is set more than once. Solution: In *.txt files check that there is no help file modline.
author Christian Brabandt <cb@256bit.org>
date Thu, 22 Jun 2017 15:00:03 +0200
parents 4a317df16962
children d4faa2c5211b
line wrap: on
line source

#!/bin/sh

# Start GUI Vim on a copy of the tutor file.

# Usage: gvimtutor [xx]
# See vimtutor for usage.

exec `dirname $0`/vimtutor -g "$@"