view src/gvimtutor @ 14544:2b2d7ae42fb8 v8.1.0285

patch 8.1.0285: compiler warning for conversion commit https://github.com/vim/vim/commit/d7cc16357083c4fc4271e25fb36c4fbaee99e0f1 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 14 20:18:26 2018 +0200 patch 8.1.0285: compiler warning for conversion Problem: Compiler warning for conversion. Solution: Add a type cast. (Mike Williams)
author Christian Brabandt <cb@256bit.org>
date Tue, 14 Aug 2018 20:30:06 +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 "$@"