view src/gvimtutor @ 23394:0098b94e5d08 v8.2.2240

patch 8.2.2240: clientserver test fails if full path is used Commit: https://github.com/vim/vim/commit/41a834d1e3dbf9c8759737bcd6524159a9b93d2a Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 28 21:15:16 2020 +0100 patch 8.2.2240: clientserver test fails if full path is used Problem: Clientserver test fails if full path is used. Solution: Ignore the path preceding the file name.
author Bram Moolenaar <Bram@vim.org>
date Mon, 28 Dec 2020 21:30:03 +0100
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 "$@"