r526 - trunk/vim7/patches

James Vega jamessan at costa.debian.org
Sun Mar 26 00:07:14 UTC 2006


Author: jamessan
Date: 2006-03-26 00:07:14 +0000 (Sun, 26 Mar 2006)
New Revision: 526

Modified:
   trunk/vim7/patches/102_filetype.vim.diff
   trunk/vim7/patches/107_vim.1.diff
   trunk/vim7/patches/133_filetype.vim.diff
   trunk/vim7/patches/135_debsources.vim.diff
   trunk/vim7/patches/142_filetype.vim.diff
   trunk/vim7/patches/153_filetype.vim.diff
   trunk/vim7/patches/303_option.c.diff
Log:
Update patches for the first beta snapshot.


Modified: trunk/vim7/patches/102_filetype.vim.diff
===================================================================
--- trunk/vim7/patches/102_filetype.vim.diff	2006-03-25 23:44:29 UTC (rev 525)
+++ trunk/vim7/patches/102_filetype.vim.diff	2006-03-26 00:07:14 UTC (rev 526)
@@ -2,7 +2,7 @@
 ===================================================================
 --- vim/runtime/filetype.vim.orig
 +++ vim/runtime/filetype.vim
-@@ -331,7 +331,7 @@
+@@ -340,7 +340,7 @@
  au BufNewFile,BufRead *.con			setf cterm
  
  " Changelog

Modified: trunk/vim7/patches/107_vim.1.diff
===================================================================
--- trunk/vim7/patches/107_vim.1.diff	2006-03-25 23:44:29 UTC (rev 525)
+++ trunk/vim7/patches/107_vim.1.diff	2006-03-26 00:07:14 UTC (rev 526)
@@ -20,7 +20,7 @@
  .TP
  +{command}
  .TP
-@@ -367,7 +367,7 @@
+@@ -371,7 +371,7 @@
  Use the commands in the file {gvimrc} for GUI initializations.
  All the other GUI initializations are skipped.
  It can also be used to skip all GUI initializations by giving the name "NONE".
@@ -29,7 +29,7 @@
  .TP
  \-V[N]
  Verbose.  Give messages about which files are sourced and for reading and
-@@ -465,7 +465,7 @@
+@@ -469,7 +469,7 @@
  to get started.
  Type ":help subject" to get help on a specific subject.
  For example: ":help ZZ" to get help for the "ZZ" command.

Modified: trunk/vim7/patches/133_filetype.vim.diff
===================================================================
--- trunk/vim7/patches/133_filetype.vim.diff	2006-03-25 23:44:29 UTC (rev 525)
+++ trunk/vim7/patches/133_filetype.vim.diff	2006-03-26 00:07:14 UTC (rev 526)
@@ -2,7 +2,7 @@
 ===================================================================
 --- vim/runtime/filetype.vim.orig
 +++ vim/runtime/filetype.vim
-@@ -408,7 +408,14 @@
+@@ -417,7 +417,14 @@
  	\ endif
  
  " Cobol
@@ -18,7 +18,7 @@
  
  " Cold Fusion
  au BufNewFile,BufRead *.cfm,*.cfi,*.cfc		setf cf
-@@ -1898,6 +1905,13 @@
+@@ -1930,6 +1937,13 @@
  " Yaml
  au BufNewFile,BufRead *.yaml,*.yml		setf yaml
  

Modified: trunk/vim7/patches/135_debsources.vim.diff
===================================================================
--- trunk/vim7/patches/135_debsources.vim.diff	2006-03-25 23:44:29 UTC (rev 525)
+++ trunk/vim7/patches/135_debsources.vim.diff	2006-03-26 00:07:14 UTC (rev 526)
@@ -2,7 +2,7 @@
 ===================================================================
 --- vim/runtime/filetype.vim.orig
 +++ vim/runtime/filetype.vim
-@@ -1623,6 +1623,9 @@
+@@ -1629,6 +1629,9 @@
  " OpenSSH server configuration
  au BufNewFile,BufRead sshd_config		setf sshdconfig
  

Modified: trunk/vim7/patches/142_filetype.vim.diff
===================================================================
--- trunk/vim7/patches/142_filetype.vim.diff	2006-03-25 23:44:29 UTC (rev 525)
+++ trunk/vim7/patches/142_filetype.vim.diff	2006-03-26 00:07:14 UTC (rev 526)
@@ -2,7 +2,7 @@
 ===================================================================
 --- vim/runtime/filetype.vim.orig
 +++ vim/runtime/filetype.vim
-@@ -330,10 +330,13 @@
+@@ -339,10 +339,13 @@
  " Century Term Command Scripts (*.cmd too)
  au BufNewFile,BufRead *.con			setf cterm
  

Modified: trunk/vim7/patches/153_filetype.vim.diff
===================================================================
--- trunk/vim7/patches/153_filetype.vim.diff	2006-03-25 23:44:29 UTC (rev 525)
+++ trunk/vim7/patches/153_filetype.vim.diff	2006-03-26 00:07:14 UTC (rev 526)
@@ -2,7 +2,7 @@
 ===================================================================
 --- vim/runtime/filetype.vim.orig
 +++ vim/runtime/filetype.vim
-@@ -1388,7 +1388,7 @@
+@@ -1394,7 +1394,7 @@
  au BufNewFile,BufRead *.sa			setf sather
  
  " Scilab

Modified: trunk/vim7/patches/303_option.c.diff
===================================================================
--- trunk/vim7/patches/303_option.c.diff	2006-03-25 23:44:29 UTC (rev 525)
+++ trunk/vim7/patches/303_option.c.diff	2006-03-26 00:07:14 UTC (rev 526)
@@ -2,7 +2,7 @@
 ===================================================================
 --- vim/src/option.c.orig
 +++ vim/src/option.c
-@@ -2926,7 +2926,8 @@
+@@ -2931,7 +2931,8 @@
  # endif
  #endif
  	    )




More information about the pkg-vim-maintainers mailing list