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

« back to all changes in this revision

Viewing changes to runtime/indent/ada.vim

  • 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:
1
1
"------------------------------------------------------------------------------
2
2
"  Description: Vim Ada indent file
3
3
"     Language: Ada (2005)
4
 
"          $Id: ada.vim 774 2007-09-17 09:11:59Z krischik $
 
4
"          $Id: ada.vim 887 2008-07-08 14:29:01Z krischik $
5
5
"    Copyright: Copyright (C) 2006 Martin Krischik
6
6
"   Maintainer: Martin Krischik <krischik@users.sourceforge.net>
7
7
"               Neil Bird <neil@fnxweb.com>
8
8
"               Ned Okie <nokie@radford.edu>
9
9
"      $Author: krischik $
10
 
"        $Date: 2007-09-17 05:11:59 -0400 (Mon, 17 Sep 2007) $
11
 
"      Version: 4.5
12
 
"    $Revision: 774 $
13
 
"     $HeadURL: https://gnuada.svn.sourceforge.net/svnroot/gnuada/tags/vim-ada-mode/4.3.9/vim/indent/ada.vim $
 
10
"        $Date: 2008-07-08 16:29:01 +0200 (Di, 08 Jul 2008) $
 
11
"      Version: 4.6
 
12
"    $Revision: 887 $
 
13
"     $HeadURL: https://gnuada.svn.sourceforge.net/svnroot/gnuada/trunk/tools/vim/indent/ada.vim $
14
14
"      History: 24.05.2006 MK Unified Headers
15
15
"               16.07.2006 MK Ada-Mode as vim-ball
16
16
"               15.10.2006 MK Bram's suggestion for runtime integration