diff options
Diffstat (limited to 'runtime/doc/vimtutor.man')
-rw-r--r-- | runtime/doc/vimtutor.man | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/doc/vimtutor.man b/runtime/doc/vimtutor.man index 8bc4a80ce..6399d23b5 100644 --- a/runtime/doc/vimtutor.man +++ b/runtime/doc/vimtutor.man @@ -6,7 +6,7 @@ NAME vimtutor - the Vim tutor SYNOPSIS - vimtutor [language] + vimtutor [-g] [language] DESCRIPTION Vimtutor starts the Vim tutor. It copies the tutor file first, so that @@ -15,6 +15,10 @@ DESCRIPTION The Vimtutor is useful for people that want to learn their first Vim commands. + The optional argument -g starts vimtutor with gvim rather than vim, if + the GUI version of vim is available, or falls back to Vim if gvim is + not found. + The optional [language] argument is the two-letter name of a language, like "it" or "es". If the [language] argument is missing, the language of the current locale will be used. If a tutor in this language is |