view src/gvimtutor @ 16334:52ebcf772310 v8.1.1172

patch 8.1.1172: cursor properties were not fully tested commit https://github.com/vim/vim/commit/74e3d4ec113d4061d24768b5a08f55b918132215 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 14 14:16:46 2019 +0200 patch 8.1.1172: cursor properties were not fully tested Problem: Cursor properties were not fully tested. Solution: Add a test. (Dominique Pelle, closes https://github.com/vim/vim/issues/4256)
author Bram Moolenaar <Bram@vim.org>
date Sun, 14 Apr 2019 14:30:05 +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 "$@"