r977 - in /trunk/packages/vim: debian/changelog patches/map.vim-syntax.diff patches/series
zack at users.alioth.debian.org
zack at users.alioth.debian.org
Tue Jun 26 13:05:03 UTC 2007
Author: zack
Date: Tue Jun 26 13:05:03 2007
New Revision: 977
URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=977
Log:
* Add map.vim-syntax.diff which ships syntax file for UMN map server
(Closes: #355900)
Added:
trunk/packages/vim/patches/map.vim-syntax.diff
Modified:
trunk/packages/vim/debian/changelog
trunk/packages/vim/patches/series
Modified: trunk/packages/vim/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/changelog?rev=977&op=diff
==============================================================================
--- trunk/packages/vim/debian/changelog (original)
+++ trunk/packages/vim/debian/changelog Tue Jun 26 13:05:03 2007
@@ -36,6 +36,8 @@
* debian/control
- added build deps on docbook stuff to build the policy (note that this
includes lynx, due to #387035)
+ * Add map.vim-syntax.diff which ships syntax file for UMN map server
+ (Closes: #355900)
-- Stefano Zacchiroli <zack at debian.org> Sat, 23 Jun 2007 13:51:55 +0100
Added: trunk/packages/vim/patches/map.vim-syntax.diff
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/patches/map.vim-syntax.diff?rev=977&op=file
==============================================================================
--- trunk/packages/vim/patches/map.vim-syntax.diff (added)
+++ trunk/packages/vim/patches/map.vim-syntax.diff Tue Jun 26 13:05:03 2007
@@ -1,0 +1,14 @@
+Index: vim/runtime/filetype.vim
+===================================================================
+--- vim/runtime/filetype.vim.orig
++++ vim/runtime/filetype.vim
+@@ -953,6 +953,9 @@
+ " Maple V
+ au BufNewFile,BufRead *.mv,*.mpl,*.mws setf maple
+
++" Map (UMN mapserver config file)
++au BufNewFile,BufRead *.map setf map
++
+ " Mason
+ au BufNewFile,BufRead *.mason,*.mhtml setf mason
+
Modified: trunk/packages/vim/patches/series
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/patches/series?rev=977&op=diff
==============================================================================
--- trunk/packages/vim/patches/series (original)
+++ trunk/packages/vim/patches/series Tue Jun 26 13:05:03 2007
@@ -16,3 +16,5 @@
javac_cmdline-vim.diff -p0
syntax.c_syn-include.diff
Makefile_no-strip.diff
+debchangelog-closes_omni.vim.diff
+map.vim-syntax.diff
More information about the pkg-vim-maintainers
mailing list