~ubuntu-branches/ubuntu/maverick/vim/maverick

« back to all changes in this revision

Viewing changes to runtime/doc/vimtutor.1

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2008-06-26 13:42:18 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080626134218-703edeyb8k70qpbz
Tags: 1:7.1.314-3ubuntu1
* Resynchronise with Debian. Remaining changes:
  - Enable detection of GNU screen as a mouse-capable terminal.
  - Add NoDisplay=true to gvim.desktop.
  - Drop vim-lesstif package and lesstif2-dev build-dependency.
  - Build-depend on libxt-dev.
  - Enable Python interpreter on basic builds.
  - Create a .pot file for translations.
  - Disable autoindent, line-wrapping, and backup files by default.
* Fixes various vulnerabilities due to improper quoting of 'execute'
  arguments (LP: #240216).
* Drop fixes for upgrade problems from Ubuntu 6.06 LTS; direct upgrades
  from 6.06 to 8.10 will not be supported.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
vimtutor \- the Vim tutor
4
4
.SH SYNOPSIS
5
5
.br
6
 
.B vimtutor [language]
 
6
.B vimtutor [-g] [language]
7
7
.SH DESCRIPTION
8
8
.B Vimtutor
9
9
starts the
18
18
.B Vim
19
19
commands.
20
20
.PP
 
21
The optional argument -g starts vimtutor with gvim rather than vim, if the
 
22
GUI version of vim is available, or falls back to Vim if gvim is not found.
 
23
.PP
21
24
The optional [language] argument is the two-letter name of a language, like
22
25
"it" or "es".
23
26
If the [language] argument is missing, the language of the current locale will