logo       

r495 - in trunk/vim: debian patches: msg#00030

Subject: r495 - in trunk/vim: debian patches
Author: madcoder
Date: 2006-02-14 23:23:37 +0000 (Tue, 14 Feb 2006)
New Revision: 495

Added:
   trunk/vim/patches/158_pyton.vim.diff
Modified:
   trunk/vim/debian/changelog
   trunk/vim/patches/series
Log:
close #352885 (as python keyword)



Modified: trunk/vim/debian/changelog
===================================================================
--- trunk/vim/debian/changelog  2006-02-12 23:30:31 UTC (rev 494)
+++ trunk/vim/debian/changelog  2006-02-14 23:23:37 UTC (rev 495)
@@ -1,3 +1,10 @@
+vim (1:6.4-007+2) unstable; urgency=low
+
+  [ Pierre Habouzit ]
+  * Support python `as' keyword. (closes: #352885)
+
+ -- Pierre Habouzit <madcoder@xxxxxxxxxx>  Wed, 15 Feb 2006 00:20:04 +0100
+
 vim (1:6.4-007+1) unstable; urgency=low
 
   [ Debian VIM Maintainers ]

Added: trunk/vim/patches/158_pyton.vim.diff
===================================================================
--- trunk/vim/patches/158_pyton.vim.diff        2006-02-12 23:30:31 UTC (rev 
494)
+++ trunk/vim/patches/158_pyton.vim.diff        2006-02-14 23:23:37 UTC (rev 
495)
@@ -0,0 +1,13 @@
+Index: vim/runtime/syntax/python.vim
+===================================================================
+--- vim/runtime/syntax/python.vim.orig
++++ vim/runtime/syntax/python.vim
+@@ -47,7 +47,7 @@
+ syn keyword pythonRepeat      for while
+ syn keyword pythonConditional if elif else
+ syn keyword pythonOperator    and in is not or
+-syn keyword pythonPreCondit   import from
++syn keyword pythonPreCondit   import from as
+ syn match   pythonComment     "#.*$" contains=pythonTodo
+ syn keyword pythonTodo                TODO FIXME XXX contained
+ 

Modified: trunk/vim/patches/series
===================================================================
--- trunk/vim/patches/series    2006-02-12 23:30:31 UTC (rev 494)
+++ trunk/vim/patches/series    2006-02-14 23:23:37 UTC (rev 495)
@@ -45,6 +45,7 @@
 155_rst.vim.diff -p0
 156_scripts.vim.diff -p0
 157_slrnrc.vim.diff -p0
+158_pyton.vim.diff -p0
 201_fr.po.diff -p0
 203_zh_TW.UTF8.po.diff -p0
 301_xxd.c.diff -p0





<Prev in Thread] Current Thread [Next in Thread>