comparison src/gvimtutor @ 25700:d4faa2c5211b

Update runtime files Commit: https://github.com/vim/vim/commit/89a9c159f23fb7b3e24e6d09068adfc24a73afcb Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 29 21:55:35 2021 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 29 Aug 2021 22:00:05 +0200
parents 4a317df16962
children
comparison
equal deleted inserted replaced
25699:8088e687c3d7 25700:d4faa2c5211b
3 # Start GUI Vim on a copy of the tutor file. 3 # Start GUI Vim on a copy of the tutor file.
4 4
5 # Usage: gvimtutor [xx] 5 # Usage: gvimtutor [xx]
6 # See vimtutor for usage. 6 # See vimtutor for usage.
7 7
8 exec `dirname $0`/vimtutor -g "$@" 8 exec $(dirname $0)/vimtutor -g "$@"