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

« back to all changes in this revision

Viewing changes to runtime/ftplugin/verilog.vim

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2009-05-04 11:13:42 UTC
  • mfrom: (1.1.8 upstream) (0.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090504111342-60miqybsixdpc345
Tags: 2:7.2.148-2ubuntu1
* Merge from Debian unstable, remaining changes:
  - debian/runtime/vimrc: "syntax on" is a sane default for non-tiny vim.
  - runtime/syntax/debcontrol.vim:
    + Add "metapackages" to the list of valid sections.
  - runtime/syntax/grub.vim:
    + Add Ubuntu-specific 'quiet' keyword.
  - Drop vim-lesstif package and lesstif2-dev build-dependency.
  - Enable Python interpreter on basic builds.
  - Disable autoindent, line-wrapping, and backup files by default.
* Dropped changes, merged in Debian:
  - Add jaunty, karmic to the list of valid suites.
  - runtime/syntax/debsources.vim:
    + Add "jaunty" to debsourcesDistrKeyword
  - Create a .pot file for translations.
* Drop gutsy from the list of valid distro series, it's been EOLed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
" Vim filetype plugin file
2
2
" Language:     Verilog HDL
3
3
" Maintainer:   Chih-Tsun Huang <cthuang@larc.ee.nthu.edu.tw>
4
 
" Last Change:  Mon Sep  5 11:05:54 CST 2005 and 2006 April 30
 
4
" Last Change:  Wed Sep  3 15:24:49 CST 2008
5
5
" URL:          http://larc.ee.nthu.edu.tw/~cthuang/vim/ftplugin/verilog.vim
6
6
 
7
7
" Only do this when not done yet for this buffer
54
54
 
55
55
" Reset 'cpoptions' back to the user's setting
56
56
let &cpo = s:cpo_save
 
57
unlet s:cpo_save