Mercurial > vim
view src/gvimtutor @ 24294:e4dddd2b4a50
Added tag v8.2.2687 for changeset bbf4b31855549118c63d53a0fbdf0e7c87a8bde2
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 01 Apr 2021 19:45:03 +0200 |
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 "$@"