~ubuntu-branches/ubuntu/edgy/vim/edgy-updates

« back to all changes in this revision

Viewing changes to debian/patches/129_filetype.vim.diff

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-02-02 13:55:52 UTC
  • Revision ID: james.westby@ubuntu.com-20060202135552-o60gcf576osqpmcg
Tags: 1:6.4-006+2ubuntu1
* Synchronize with Debian unstable.
* Convert Ubuntu patches to use quilt.
* Re-register alternative for `editor'.
* Install .desktop file again, add attribute NoDisplay=true.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -ur vim63.orig/runtime/filetype.vim vim63/runtime/filetype.vim
2
 
--- vim63.orig/runtime/filetype.vim     2005-06-16 00:17:26.000000000 -0400
3
 
+++ vim63/runtime/filetype.vim  2005-06-16 00:19:40.000000000 -0400
4
 
@@ -956,6 +956,7 @@
5
 
 else
6
 
   au BufNewFile,BufRead *.pl                   call FTCheck_pl()
7
 
 endif
8
 
+au BufNewFile,BufRead *.plx                    setf perl
9
 
 
10
 
 fun! FTCheck_pl()
11
 
   if exists("g:filetype_pl")