diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-05-07 15:40:33 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-05-07 15:40:33 +0000 |
commit | 2b57078d735b72fdbfa70eb9fcad1a4c1800f959 (patch) | |
tree | 97a834843125b68360f1cbfe2dee13e665a8a074 /runtime | |
parent | a9aafe5c3106b526926f435fd83aea66706ba6d4 (diff) | |
download | vim-git-2b57078d735b72fdbfa70eb9fcad1a4c1800f959.tar.gz |
updated for version 7.1-295v7.1.295
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/vimtutor.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/doc/vimtutor.1 b/runtime/doc/vimtutor.1 index 4b5aea64d..12bde7e48 100644 --- a/runtime/doc/vimtutor.1 +++ b/runtime/doc/vimtutor.1 @@ -3,7 +3,7 @@ vimtutor \- the Vim tutor .SH SYNOPSIS .br -.B vimtutor [language] +.B vimtutor [-g] [language] .SH DESCRIPTION .B Vimtutor starts the @@ -18,6 +18,9 @@ is useful for people that want to learn their first .B Vim commands. .PP +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. +.PP 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 |