view src/gvimtutor @ 16364:db8f57e3e9f5 v8.1.1187

patch 8.1.1187: cannot recognize Pipfile commit https://github.com/vim/vim/commit/3a4c53ba51c01b8fea68972453a71c55cf32edbe Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 19 23:33:14 2019 +0200 patch 8.1.1187: cannot recognize Pipfile Problem: Cannot recognize Pipfile. Solution: Use existing filetypes. (Charles Ross, closes https://github.com/vim/vim/issues/4280)
author Bram Moolenaar <Bram@vim.org>
date Fri, 19 Apr 2019 23:45:04 +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 "$@"