view src/gvimtutor @ 19037:9bb2a4f6296a v8.2.0079

patch 8.2.0079: Python 3 unicode test still fails on MS-Windows Commit: https://github.com/vim/vim/commit/7fc4785ea19306b7e94beb61f226cf40c32b1aba Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 2 16:38:07 2020 +0100 patch 8.2.0079: Python 3 unicode test still fails on MS-Windows Problem: Python 3 unicode test still fails on MS-Windows. Solution: Do not set 'encoding' to "euc-tw" on MS-Windows.
author Bram Moolenaar <Bram@vim.org>
date Thu, 02 Jan 2020 16:45: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 "$@"