aboutsummaryrefslogtreecommitdiff
path: root/man/nvimtutor.1
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-05-13 19:55:45 -0400
committerMichael Reed <m.reed@mykolab.com>2015-05-13 19:55:45 -0400
commit94d784358fd8c33fe22ac2e4ff73825e9fe35f91 (patch)
treee9add0a603c3f6be40b7b113a879a8e3841787a8 /man/nvimtutor.1
parent7747bf64d8d638b036b5ea39681f29967d98f777 (diff)
parent3a3a6bee0d58dce1ef0d16ddcfa1663dd5548f5e (diff)
downloadrneovim-94d784358fd8c33fe22ac2e4ff73825e9fe35f91.tar.gz
rneovim-94d784358fd8c33fe22ac2e4ff73825e9fe35f91.tar.bz2
rneovim-94d784358fd8c33fe22ac2e4ff73825e9fe35f91.zip
Merge pull request #2605 from Pyrohh/manpages
[RDY] Rewrite English man pages in mdoc, update for Nvim
Diffstat (limited to 'man/nvimtutor.1')
-rw-r--r--man/nvimtutor.144
1 files changed, 44 insertions, 0 deletions
diff --git a/man/nvimtutor.1 b/man/nvimtutor.1
new file mode 100644
index 0000000000..53a6e14206
--- /dev/null
+++ b/man/nvimtutor.1
@@ -0,0 +1,44 @@
+.Dd May 13, 2015
+.Dt NVIMTUTOR 1
+.Os Neovim
+.Sh NAME
+.Nm nvimtutor
+.Nd Neovim tutor
+.Sh SYNOPSIS
+.Nm
+.Op Ar language
+.Sh DESCRIPTION
+.Nm
+starts an interactive tutorial meant to teach the basics of
+.Xr vim 1 .
+The optional
+.Ar language
+argument is the two-letter name of a language,
+such as
+.Sy it
+or
+.Sy es .
+If
+.Ar language
+is omitted, the language dictated by the current locale is used.
+If a tutorial for
+.Ar language
+isn't available, the English tutorial will be used.
+.Sh SEE ALSO
+.Xr nvim 1
+.Sh AUTHORS
+Vimtutor was originally written for
+.Xr vi 1
+by
+.An -nosplit
+.An Michael C. Pierce
+and
+.An Robert K. Ware ,
+Colorado School of Mines, using ideas supplied by
+.An Charles Smith Aq Mt bware@mines.colorado.edua .
+.Pp
+It was modified for
+.Xr vim 1
+by
+.An Bram Moolenaar .
+See the tutor files for the names of the individual translators.