Bram Moolenaar | 293ee4d | 2004-12-09 21:34:53 +0000 | [diff] [blame] | 1 | .TH VIMTUTOR 1 "2001 April 2" |
| 2 | .SH NOME |
| 3 | vimtutor \- the Vim tutor |
| 4 | .SH SINTASSI |
| 5 | .br |
| 6 | .B vimtutor [lingua] |
| 7 | .SH DESCRIZIONE |
| 8 | .B Vimtutor |
| 9 | inizia il |
| 10 | .B Vim |
| 11 | tutor. |
| 12 | It copies the tutor file first, so that it can be modified without changing |
| 13 | the original file. |
| 14 | .PP |
| 15 | The |
| 16 | .B Vimtutor |
| 17 | is useful for people that want to learn their first |
| 18 | .B Vim |
| 19 | commands. |
| 20 | .PP |
Bram Moolenaar | 6bb6836 | 2005-03-22 23:03:44 +0000 | [diff] [blame] | 21 | The optional [language] argument is the two\-letter name of a language, like |
Bram Moolenaar | 293ee4d | 2004-12-09 21:34:53 +0000 | [diff] [blame] | 22 | "it" or "es". |
| 23 | If the [language] argument is missing, the language of the current locale will |
| 24 | be used. |
| 25 | If a tutor in this language is available, it will be used. |
| 26 | Otherwise the English version will be used. |
| 27 | .PP |
| 28 | .B Vim |
| 29 | is always started in Vi compatible mode. |
| 30 | .SH FILE |
| 31 | .TP 15 |
| 32 | /usr/local/lib/vim/tutor/tutor[.language] |
| 33 | The |
| 34 | .B Vimtutor |
| 35 | text file(s). |
| 36 | .TP 15 |
| 37 | /usr/local/lib/vim/tutor/tutor.vim |
| 38 | The Vim script used to copy the |
| 39 | .B Vimtutor |
| 40 | text file. |
| 41 | .SH AUTORE |
| 42 | The |
| 43 | .B Vimtutor |
| 44 | รจ stato scritto in origine per Vi da Michael C. Pierce e Robert K. Ware, |
| 45 | Colorado School of Mines, usando idee fornite da Charles Smith, |
| 46 | Colorado State University. |
Bram Moolenaar | 6bb6836 | 2005-03-22 23:03:44 +0000 | [diff] [blame] | 47 | E\-mail: bware@mines.colorado.edu. |
Bram Moolenaar | 293ee4d | 2004-12-09 21:34:53 +0000 | [diff] [blame] | 48 | .br |
| 49 | E' stato modificato per |
| 50 | .B Vim |
| 51 | da Bram Moolenaar. |
| 52 | Per i nomi dei traduttori, vedere i file usati nelle rispettive lingue. |
| 53 | .SH VEDERE ANCHE |
| 54 | vim(1) |