aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/vimtutor.man
diff options
context:
space:
mode:
authorStefan Hoffmann <stefan991@gmail.com>2014-07-30 13:39:18 +0200
committerStefan Hoffmann <stefan991@gmail.com>2014-09-20 14:03:13 +0200
commit787f879b835a3882d76b9fb1bce5e15bfb7e8910 (patch)
tree362600c8585e4fd6c6d05c162276eb12ff1c9fb3 /runtime/doc/vimtutor.man
parent178bafc290892c5038b7041dc24e783d0ce229d5 (diff)
downloadrneovim-787f879b835a3882d76b9fb1bce5e15bfb7e8910.tar.gz
rneovim-787f879b835a3882d76b9fb1bce5e15bfb7e8910.tar.bz2
rneovim-787f879b835a3882d76b9fb1bce5e15bfb7e8910.zip
doc: remove generated manpages
Diffstat (limited to 'runtime/doc/vimtutor.man')
-rw-r--r--runtime/doc/vimtutor.man50
1 files changed, 0 insertions, 50 deletions
diff --git a/runtime/doc/vimtutor.man b/runtime/doc/vimtutor.man
deleted file mode 100644
index 9f2350a0ae..0000000000
--- a/runtime/doc/vimtutor.man
+++ /dev/null
@@ -1,50 +0,0 @@
-VIMTUTOR(1) VIMTUTOR(1)
-
-
-
-NAME
- vimtutor - the Vim tutor
-
-SYNOPSIS
- vimtutor [-g] [language]
-
-DESCRIPTION
- Vimtutor starts the Vim tutor. It copies the tutor file first, so that
- it can be modified without changing the original file.
-
- 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
- available, it will be used. Otherwise the English version will be
- used.
-
- Vim is always started in Vi compatible mode.
-
-FILES
- /usr/local/lib/vim/tutor/tutor[.language]
- The Vimtutor text file(s).
-
- /usr/local/lib/vim/tutor/tutor.vim
- The Vim script used to copy the Vimtutor text file.
-
-AUTHOR
- The Vimtutor was originally written for Vi by Michael C. Pierce and
- Robert K. Ware, Colorado School of Mines using ideas supplied by
- Charles Smith, Colorado State University. E-mail: bware@mines.col‐
- orado.edu.
- It was modified for Vim by Bram Moolenaar. For the names of the trans‐
- lators see the tutor files.
-
-SEE ALSO
- vim(1)
-
-
-
- 2001 April 2 VIMTUTOR(1)