annotate src/gvimtutor @ 32867:7279c963c926 v9.0.1743

patch 9.0.1743: Parameter of gui_gtk:gui_mch_browse incorrectly marked as UNUSED Commit: https://github.com/vim/vim/commit/44a6b72d7f4561d4c002f0a8083587ac69222826 Author: Doug Kearns <dougkearns@gmail.com> Date: Sat Aug 19 13:13:11 2023 +0200 patch 9.0.1743: Parameter of gui_gtk:gui_mch_browse incorrectly marked as UNUSED Problem: Parameter of gui_gtk:gui_mch_browse incorrectly marked as UNUSED. Solution: Remove UNUSED flag. closes: #12841 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Doug Kearns <dougkearns@gmail.com>
author Christian Brabandt <cb@256bit.org>
date Sat, 19 Aug 2023 13:30:05 +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 "$@"