Mercurial > vim
view src/gvimtutor @ 32322:8d73e57dd491
Added tag v9.0.1492 for changeset b9a8d1c453e1da24172d2099ede7ad5d8277a7e7
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 27 Apr 2023 17:30:06 +0200 |
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 "$@"