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

« back to all changes in this revision

Viewing changes to runtime/doc/options.txt

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2009-01-13 18:39:18 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090113183918-kgq1jzdwsbbex4pq
Tags: 2:7.2.079-1ubuntu1
* Resynchronise with Debian (diversions fix closes LP: #296324). 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:
1
 
*options.txt*   For Vim version 7.2.  Last change: 2008 Aug 06
 
1
*options.txt*   For Vim version 7.2.  Last change: 2008 Nov 25
2
2
 
3
3
 
4
4
                  VIM REFERENCE MANUAL    by Bram Moolenaar
7472
7472
                        {not available when compiled without the |+wildignore|
7473
7473
                        feature}
7474
7474
        A list of file patterns.  A file that matches with one of these
7475
 
        patterns is ignored when completing file or directory names.
 
7475
        patterns is ignored when completing file or directory names, and
 
7476
        influences the result of |expand()|, |glob()| and |globpath()| unless
 
7477
        a flag is passed to disable this.
7476
7478
        The pattern is used like with |:autocmd|, see |autocmd-patterns|.
7477
7479
        Also see 'suffixes'.
7478
7480
        Example: >