view src/gvimtutor @ 11438:53f6d97b4e77 v8.0.0603

patch 8.0.0603: gF test fails on MS-Windows commit https://github.com/vim/vim/commit/d7aca7a71c7254501c08f04db1798df479df0e89 Author: Bram Moolenaar <Bram@vim.org> Date: Wed May 24 10:05:56 2017 +0200 patch 8.0.0603: gF test fails on MS-Windows Problem: gF test fails on MS-Windows. Solution: Use @ instead of : before the line number
author Christian Brabandt <cb@256bit.org>
date Wed, 24 May 2017 10:15: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 "$@"