Mercurial > vim
view src/gvimtutor @ 31171:ea19046c05f2
Added tag v9.0.0919 for changeset b7e381d7e8b869bd0065d15277d691ac5e9bd0aa
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 22 Nov 2022 14:30:05 +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 "$@"