~ubuntu-branches/ubuntu/vivid/vim/vivid

« back to all changes in this revision

Viewing changes to runtime/doc/vim.man

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2008-11-05 11:37:43 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20081105113743-9i4urcsm3n44mhqe
Tags: 2:7.2.025-2ubuntu1
* Merge from debian unstable, remaining changes:
  - runtime/syntax/debcontrol.vim:
    + Add "metapackages" to the list of valid sections.
  - runtime/syntax/debchangelog.vim:
    + Add "jaunty" to the list of valid suites.
  - Drop vim-lesstif package and lesstif2-dev build-dependency.
  - Enable Python interpreter on basic builds.
  - Create a .pot file for translations.
  - Disable autoindent, line-wrapping, and backup files by default.
  - runtime/syntax/debsources.vim:
    + Add "jaunty" to debsourcesDistrKeyword
  - runtime/syntax/grub.vim:
    + Add Ubuntu-specific 'quiet' keyword.

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
                   Vim  behave  mostly  like  Vi,  even  though  a .vimrc file
136
136
                   exists.
137
137
 
138
 
       -d          Start in diff mode.  There should be two or three file name
139
 
                   arguments.   Vim  will  open all the files and show differ-
140
 
                   ences between them.  Works like vimdiff(1).
 
138
       -d          Start in diff mode.  There should be  two,  three  or  four
 
139
                   file  name arguments.  Vim will open all the files and show
 
140
                   differences between them.  Works like vimdiff(1).
141
141
 
142
142
       -d {device} Open {device} for use as a terminal.  Only  on  the  Amiga.
143
143
                   Example: "-d con:20/30/600/150".
398
398
                      Script to detect the type of a  file  by  its  contents.
399
399
                      See ":help 'filetype'".
400
400
 
401
 
       /usr/local/lib/vim/*.ps
 
401
       /usr/local/lib/vim/print/*.ps
402
402
                      Files used for PostScript printing.
403
403
 
404
404
       For recent info read the VIM home page: