view src/gvimtutor @ 31768:3f0f639eed9a v9.0.1216

patch 9.0.1216: Coverity warns for ignoring return value Commit: https://github.com/vim/vim/commit/64f1c4152e939ca41d57d5b4376be522736ba22a Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 18 12:45:30 2023 +0000 patch 9.0.1216: Coverity warns for ignoring return value Problem: Coverity warns for ignoring return value. Solution: Break out of loop if function fails.
author Bram Moolenaar <Bram@vim.org>
date Wed, 18 Jan 2023 14:00:09 +0100
parents d4faa2c5211b
children
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 "$@"