Merge branch 'MacVim'
[MacVim/KaoriYa.git] / runtime / doc / vimtutor.man
blob9f2350a0ae9f5e39c9c919019effea5caa0db5af
1 VIMTUTOR(1)                                                        VIMTUTOR(1)
5 NAME
6        vimtutor - the Vim tutor
8 SYNOPSIS
9        vimtutor [-g] [language]
11 DESCRIPTION
12        Vimtutor starts the Vim tutor.  It copies the tutor file first, so that
13        it can be modified without changing the original file.
15        The Vimtutor is useful for people that want to learn  their  first  Vim
16        commands.
18        The  optional argument -g starts vimtutor with gvim rather than vim, if
19        the GUI version of vim is available, or falls back to Vim  if  gvim  is
20        not found.
22        The  optional [language] argument is the two-letter name of a language,
23        like "it" or "es".  If the [language] argument is missing, the language
24        of  the  current  locale  will be used.  If a tutor in this language is
25        available, it will be used.  Otherwise  the  English  version  will  be
26        used.
28        Vim is always started in Vi compatible mode.
30 FILES
31        /usr/local/lib/vim/tutor/tutor[.language]
32                       The Vimtutor text file(s).
34        /usr/local/lib/vim/tutor/tutor.vim
35                       The Vim script used to copy the Vimtutor text file.
37 AUTHOR
38        The  Vimtutor  was  originally  written for Vi by Michael C. Pierce and
39        Robert K. Ware, Colorado  School  of  Mines  using  ideas  supplied  by
40        Charles  Smith,  Colorado  State  University.  E-mail: bware@mines.col‐
41        orado.edu.
42        It was modified for Vim by Bram Moolenaar.  For the names of the trans‐
43        lators see the tutor files.
45 SEE ALSO
46        vim(1)
50                                  2001 April 2                      VIMTUTOR(1)