r310 - trunk/vim/debian/patches

Stefano Zacchiroli zack at costa.debian.org
Mon Sep 19 19:54:53 UTC 2005


Author: zack
Date: 2005-09-19 19:54:53 +0000 (Mon, 19 Sep 2005)
New Revision: 310

Modified:
   trunk/vim/debian/patches/141_asterisk.vim.diff
Log:
moved filetype for asterisk down in filetype.vim since it ends with a wildcard


Modified: trunk/vim/debian/patches/141_asterisk.vim.diff
===================================================================
--- trunk/vim/debian/patches/141_asterisk.vim.diff	2005-09-18 21:29:00 UTC (rev 309)
+++ trunk/vim/debian/patches/141_asterisk.vim.diff	2005-09-19 19:54:53 UTC (rev 310)
@@ -1,19 +1,27 @@
 diff -urN vim63/runtime/filetype.vim vim63.new/runtime/filetype.vim
---- vim63/runtime/filetype.vim	2005-09-18 22:46:39.000000000 +0200
-+++ vim63.new/runtime/filetype.vim	2005-09-18 22:45:27.000000000 +0200
-@@ -173,6 +173,9 @@
- " Macro (VAX)
- au BufNewFile,BufRead *.mar			setf vmasm
+--- vim63/runtime/filetype.vim	2005-09-19 21:52:16.000000000 +0200
++++ vim63.new/runtime/filetype.vim	2005-09-19 21:51:43.000000000 +0200
+@@ -1722,6 +1722,9 @@
+ au BufNewFile,BufRead svn-commit.*.tmp		setf svn
+ au BufNewFile,BufRead svn-commit.tmp		setf svn
  
 +" Asterisk config file
 +au BufNewFile,BufRead *asterisk/*.conf*         setf asterisk 
 +
- " Atlas
- au BufNewFile,BufRead *.atl,*.as		setf atlas
+ " X resources file
+ au BufNewFile,BufRead Xresources*,*/app-defaults/*,*/Xresources/* setf xdefaults
  
+@@ -1740,7 +1743,6 @@
+ " Z-Shell script
+ au BufNewFile,BufRead zsh*,zlog*		setf zsh
+ 
+-
+ " Generic configuration file (check this last, it's just guessing!)
+ au BufNewFile,BufRead,StdinReadPost *
+ 	\ if !did_filetype() && expand("<amatch>") !~ g:ft_ignore_pat
 diff -urN vim63/runtime/syntax/asterisk.vim vim63.new/runtime/syntax/asterisk.vim
 --- vim63/runtime/syntax/asterisk.vim	1970-01-01 01:00:00.000000000 +0100
-+++ vim63.new/runtime/syntax/asterisk.vim	2005-09-18 22:44:07.000000000 +0200
++++ vim63.new/runtime/syntax/asterisk.vim	2005-09-19 21:51:03.000000000 +0200
 @@ -0,0 +1,73 @@
 +" Vim syntax file
 +" Language:	Asterisk config file




More information about the pkg-vim-maintainers mailing list