r468 - in trunk/vim: . debian patches upstream/tarballs

Pierre Habouzit madcoder at costa.debian.org
Mon Jan 16 09:35:13 UTC 2006


Author: madcoder
Date: 2006-01-16 09:35:11 +0000 (Mon, 16 Jan 2006)
New Revision: 468

Added:
   trunk/vim/patches/153_filetype.vim.diff
Modified:
   trunk/vim/
   trunk/vim/debian/changelog
   trunk/vim/patches/series
   trunk/vim/upstream/tarballs/
Log:
add *.sce to the recognized extensions for scilab files.
#338771



Property changes on: trunk/vim
___________________________________________________________________
Name: svn:ignore
   + .pc
vim
vim64
build-stamp*
extract-stamp*
install-stamp*


Modified: trunk/vim/debian/changelog
===================================================================
--- trunk/vim/debian/changelog	2006-01-15 21:44:54 UTC (rev 467)
+++ trunk/vim/debian/changelog	2006-01-16 09:35:11 UTC (rev 468)
@@ -5,8 +5,12 @@
     to a vim executable with gui support when /usr/bin/vim is configured
     to one with no such support. (closes: #345765)
 
- -- Stefano Zacchiroli <zack at debian.org>  Sun, 15 Jan 2006 22:20:50 +0100
+  [ Pierre Habouzit ]
+  * vim's syntax coloring mode should consider .sce extension.
+    (Closes: #338771)
 
+ -- Pierre Habouzit <madcoder at debian.org>  Mon, 16 Jan 2006 10:33:29 +0100
+
 vim (1:6.4-006+2) unstable; urgency=low
 
   [ Norbert Tretkowski ]

Added: trunk/vim/patches/153_filetype.vim.diff
===================================================================
--- trunk/vim/patches/153_filetype.vim.diff	2006-01-15 21:44:54 UTC (rev 467)
+++ trunk/vim/patches/153_filetype.vim.diff	2006-01-16 09:35:11 UTC (rev 468)
@@ -0,0 +1,13 @@
+Index: vim/vim/runtime/filetype.vim
+===================================================================
+--- vim.orig/vim/runtime/filetype.vim	2006-01-16 10:29:17.000000000 +0100
++++ vim/vim/runtime/filetype.vim	2006-01-16 10:30:57.000000000 +0100
+@@ -1288,7 +1288,7 @@
+ au BufNewFile,BufRead *.sa			setf sather
+ 
+ " Scilab
+-au BufNewFile,BufRead *.sci			setf scilab
++au BufNewFile,BufRead *.sci,*.sce		setf scilab
+ 
+ " SDL
+ au BufNewFile,BufRead *.sdl,*.pr		setf sdl

Modified: trunk/vim/patches/series
===================================================================
--- trunk/vim/patches/series	2006-01-15 21:44:54 UTC (rev 467)
+++ trunk/vim/patches/series	2006-01-16 09:35:11 UTC (rev 468)
@@ -40,6 +40,7 @@
 150_asterisk.vim.diff
 151_sed.vim.diff
 152_javascript.vim.diff
+153_filetype.vim.diff
 201_fr.po.diff
 203_zh_TW.UTF8.po.diff
 301_xxd.c.diff


Property changes on: trunk/vim/upstream/tarballs
___________________________________________________________________
Name: svn:ignore
   + *.bz2
*.gz





More information about the pkg-vim-maintainers mailing list