annotate src/gvimtutor @ 35067:b2e515aab168 default tip

runtime(doc): CI: remove trailing white space in documentation Commit: https://github.com/vim/vim/commit/11250510404860a76d9e9cea4f99025277f607a5 Author: Christian Brabandt <cb@256bit.org> Date: Sat Apr 27 12:01:15 2024 +0200 runtime(doc): CI: remove trailing white space in documentation Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sat, 27 Apr 2024 12:15:02 +0200
parents d4faa2c5211b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1585
4a317df16962 updated for version 7.1-298
vimboss
parents:
diff changeset
1 #!/bin/sh
4a317df16962 updated for version 7.1-298
vimboss
parents:
diff changeset
2
4a317df16962 updated for version 7.1-298
vimboss
parents:
diff changeset
3 # Start GUI Vim on a copy of the tutor file.
4a317df16962 updated for version 7.1-298
vimboss
parents:
diff changeset
4
4a317df16962 updated for version 7.1-298
vimboss
parents:
diff changeset
5 # Usage: gvimtutor [xx]
4a317df16962 updated for version 7.1-298
vimboss
parents:
diff changeset
6 # See vimtutor for usage.
4a317df16962 updated for version 7.1-298
vimboss
parents:
diff changeset
7
25700
d4faa2c5211b Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 1585
diff changeset
8 exec $(dirname $0)/vimtutor -g "$@"