r1048 - in /trunk/packages/vim: debian/changelog patches/de.po.diff patches/debchangelog-closes_omni.vim.diff patches/debchangelog-ftplugin.vim.diff patches/filetype.vim-better_tex_vs_plaintex.diff patches/gui_gtk_x11.c_g_thread_init.diff patches/series

jamessan at users.alioth.debian.org jamessan at users.alioth.debian.org
Sun Sep 30 04:54:36 UTC 2007


Author: jamessan
Date: Sun Sep 30 04:54:35 2007
New Revision: 1048

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=1048
Log:
* Update patches/filetype.vim-better_tex_vs_plaintex.diff so it properly
  escapes the pattern alternator (|) when determining whether the file is
  latex.  Thanks Martin Krafft.  (Closes: #444346)
* Update patches/debchangelog-ftplugin.vim.diff to remove an extra
  "foldopen" command.  (Closes: #441315)
* Add de.po.diff to fix the translation of "Load File".  Thanks Torsten
  Werner.  (Closes: #443529)

Added:
    trunk/packages/vim/patches/de.po.diff
Modified:
    trunk/packages/vim/debian/changelog
    trunk/packages/vim/patches/debchangelog-closes_omni.vim.diff
    trunk/packages/vim/patches/debchangelog-ftplugin.vim.diff
    trunk/packages/vim/patches/filetype.vim-better_tex_vs_plaintex.diff
    trunk/packages/vim/patches/gui_gtk_x11.c_g_thread_init.diff
    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=1048&op=diff
==============================================================================
--- trunk/packages/vim/debian/changelog (original)
+++ trunk/packages/vim/debian/changelog Sun Sep 30 04:54:35 2007
@@ -13,8 +13,15 @@
   * Update debcontrol.vim.diff to recognize "Homepage:" (Closes: #443444) and
     "XS-Vcs-*:" fields.
   * Add Homepage field to debian/control.
-
- -- James Vega <jamessan at debian.org>  Tue, 25 Sep 2007 22:01:54 -0400
+  * Update patches/filetype.vim-better_tex_vs_plaintex.diff so it properly
+    escapes the pattern alternator (|) when determining whether the file is
+    latex.  Thanks Martin Krafft.  (Closes: #444346)
+  * Update patches/debchangelog-ftplugin.vim.diff to remove an extra
+    "foldopen" command.  (Closes: #441315)
+  * Add de.po.diff to fix the translation of "Load File".  Thanks Torsten
+    Werner.  (Closes: #443529)
+
+ -- James Vega <jamessan at debian.org>  Sun, 30 Sep 2007 00:53:56 -0400
 
 vim (1:7.1-056+2) unstable; urgency=low
 

Added: trunk/packages/vim/patches/de.po.diff
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/patches/de.po.diff?rev=1048&op=file
==============================================================================
--- trunk/packages/vim/patches/de.po.diff (added)
+++ trunk/packages/vim/patches/de.po.diff Sun Sep 30 04:54:35 2007
@@ -1,0 +1,13 @@
+Index: vim/src/po/de.po
+===================================================================
+--- vim/src/po/de.po.orig
++++ vim/src/po/de.po
+@@ -1700,7 +1700,7 @@
+ "&Load File"
+ msgstr ""
+ "&OK\n"
+-"&Lese Datei"
++"&Lies Datei"
+ 
+ #, c-format
+ msgid "E462: Could not prepare for reloading \"%s\""

Modified: trunk/packages/vim/patches/debchangelog-closes_omni.vim.diff
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/patches/debchangelog-closes_omni.vim.diff?rev=1048&op=diff
==============================================================================
--- trunk/packages/vim/patches/debchangelog-closes_omni.vim.diff (original)
+++ trunk/packages/vim/patches/debchangelog-closes_omni.vim.diff Sun Sep 30 04:54:35 2007
@@ -49,7 +49,7 @@
    let line = getline(a:lnum)
    if line =~ '^\w\+'
      return '>1' " beginning of a changelog entry
-@@ -269,4 +285,47 @@
+@@ -267,4 +283,47 @@
  
  " }}}
  

Modified: trunk/packages/vim/patches/debchangelog-ftplugin.vim.diff
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/patches/debchangelog-ftplugin.vim.diff?rev=1048&op=diff
==============================================================================
--- trunk/packages/vim/patches/debchangelog-ftplugin.vim.diff (original)
+++ trunk/packages/vim/patches/debchangelog-ftplugin.vim.diff Sun Sep 30 04:54:35 2007
@@ -30,12 +30,12 @@
  
  " Clean unloading
  let b:undo_ftplugin = "setlocal tw< comments< foldmethod< foldexpr< foldtext<"
-@@ -263,6 +265,8 @@
+@@ -261,7 +263,7 @@
+   return '='
+ endfunction
  
- foldopen!   " unfold the entry the cursor is on (usually the first one)
+-foldopen!   " unfold the entry the cursor is on (usually the first one)
++silent! foldopen!   " unfold the entry the cursor is on (usually the first one)
  
-+silent! foldopen!   " unfold the entry the cursor is on (usually the first one)
-+
  " }}}
  
- " vim: set foldmethod=marker:

Modified: trunk/packages/vim/patches/filetype.vim-better_tex_vs_plaintex.diff
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/patches/filetype.vim-better_tex_vs_plaintex.diff?rev=1048&op=diff
==============================================================================
--- trunk/packages/vim/patches/filetype.vim-better_tex_vs_plaintex.diff (original)
+++ trunk/packages/vim/patches/filetype.vim-better_tex_vs_plaintex.diff Sun Sep 30 04:54:35 2007
@@ -7,7 +7,7 @@
      let firstNC = search('^\s*[^[:space:]%]', 'c', 1000)
      if firstNC " Check the next thousand lines for a LaTeX or ConTeXt keyword.
 -      let lpat = 'documentclass\>\|usepackage\>\|begin{\|newcommand\>\|renewcommand\>'
-+      let lpat = 'documentclass\>\|usepackage\>\|begin{\|newcommand\>\|renewcommand\>|part\>|chapter\>|section\>|subsection\>|subsubsection\>|paragraph\>|subparagraph\>|subsubparagraph'
++      let lpat = 'documentclass\>\|usepackage\>\|begin{\|newcommand\>\|renewcommand\>\|part\>\|chapter\>\|section\>\|subsection\>\|subsubsection\>\|paragraph\>\|subparagraph\>\|subsubparagraph'
        let cpat = 'start\a\+\|setup\a\+\|usemodule\|enablemode\|enableregime\|setvariables\|useencoding\|usesymbols\|stelle\a\+\|verwende\a\+\|stel\a\+\|gebruik\a\+\|usa\a\+\|imposta\a\+\|regle\a\+\|utilisemodule\>'
        let kwline = search('^\s*\\\%(' . lpat . '\)\|^\s*\\\(' . cpat . '\)',
  			      \ 'cnp', firstNC + 1000)

Modified: trunk/packages/vim/patches/gui_gtk_x11.c_g_thread_init.diff
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/patches/gui_gtk_x11.c_g_thread_init.diff?rev=1048&op=diff
==============================================================================
--- trunk/packages/vim/patches/gui_gtk_x11.c_g_thread_init.diff (original)
+++ trunk/packages/vim/patches/gui_gtk_x11.c_g_thread_init.diff Sun Sep 30 04:54:35 2007
@@ -2,7 +2,7 @@
 ===================================================================
 --- vim/src/gui_gtk_x11.c.orig
 +++ vim/src/gui_gtk_x11.c
-@@ -1575,6 +1575,8 @@
+@@ -1584,6 +1584,8 @@
  #endif
  
  #ifdef FEAT_GUI_GNOME

Modified: trunk/packages/vim/patches/series
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/patches/series?rev=1048&op=diff
==============================================================================
--- trunk/packages/vim/patches/series (original)
+++ trunk/packages/vim/patches/series Sun Sep 30 04:54:35 2007
@@ -22,3 +22,4 @@
 verilog.vim_ftplugin-cpoptions.diff -p0
 ruby.vim_indent.diff -p0
 index.txt.diff -p0
+de.po.diff -p0




More information about the pkg-vim-maintainers mailing list